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