[xwiki-devs] Migration from v0.9 to v1.2
Hi all, I'm fairly new to this list. Please forgive me for any inconvenience. With the new XWiki version on the road I just resume my migration assignment from v0.9 t v1.2. Let us make a little review: when trying to import the xar file to v1.2 (take a look at http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWik...) it fails with a java.lang.NullPointerException As I can see it brokes at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42), but couldn't see why (yet?) I plan to fill a bug report and try to fix it (humbly I'm not sure of a success history here, but I'll try ...), so my questions are : * I need to add a new bug report or just add more info to the one already opened (http://jira.xwiki.org/jira/browse/XWIKI-1809). In my case is a null pointer exception when tries to open the file, but in the reported one its caused when tries to parse the xmlfile * Anyone is having the same problem and have fixed it or created a workaround ?? TIA -- Víctor A. Rodríguez (http://www.bit-man.com.ar) El bit Fantasma (Bit-Man) - Algorithm junkie Perl Mongers Capital Federal (http://cafe.pm.org/) GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/
Hi, I'm setting u my development environment with Eclipse, and when running the mvn install command for Eclipse (http://www.xwiki.org/xwiki/bin/view/Community/Building#HBuildingXEclipse) the next error appears : The import org.eclipse.ui.dialogs.FilteredItemsSelectionDialog cannot be resolved The problem is that org.eclipse.ui.dialogs.FilteredItemsSelectionDialog is only present from 3.3 onwards (http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv...) and I have Eclipse 3.2 installed, and PDE too. It seems that everything should compile and work like a charm, but this is not the case. Am I missing something ?? TIA -- Víctor A. Rodríguez (http://www.bit-man.com.ar) El bit Fantasma (Bit-Man) - Algorithm junkie Perl Mongers Capital Federal (http://cafe.pm.org/) GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/
Víctor A. Rodríguez wrote:
Hi,
I'm setting u my development environment with Eclipse, and when running the mvn install command for Eclipse
Are you sure you understand what that does? XEclipse is a tool that connects to a running XWiki instance and allows you to edit the content of that wiki inside Eclipse. If all you want to do is use Eclipse for editing the java code, then forget about building that part.
(http://www.xwiki.org/xwiki/bin/view/Community/Building#HBuildingXEclipse) the next error appears :
The import org.eclipse.ui.dialogs.FilteredItemsSelectionDialog cannot be resolved
The problem is that org.eclipse.ui.dialogs.FilteredItemsSelectionDialog is only present from 3.3 onwards (http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv...) and I have Eclipse 3.2 installed, and PDE too.
It seems that everything should compile and work like a charm, but this is not the case. Am I missing something ??
TIA
Sergiu
participants (2)
-
"Víctor A. Rodríguez" -
Sergiu Dumitriu