Hi Fabio, thanks a lot for the prompt help. However following your recommended README file leads me to the svn complains about trunk which does not exists:
$ svn co http://svn.xwiki.org/svnroot/xwiki/xwiki-extensions/xwiki-eclipse/trunk/ svn: URL 'http://svn.xwiki.org/svnroot/xwiki/xwiki-extensions/xwiki-eclipse/trunk' doesn't exist I guess this README file is also kind of outdated? Thanks! Karel On 04/21/11 02:00 PM, Fabio Mancinelli wrote: > Hi Karel, > > actually those instructions are outdated (I've modified them) > To build XEclipse you should read the README file that is in the > toplevel directory > (https://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk/README) > > I just imported the projects in an Eclipse 3.6.2 and it compiles > without any problems. > > Thanks, > Fabio > > On Thu, Apr 21, 2011 at 1:29 PM, Karel Gardas<[email protected]> wrote: >> >> Hello, >> I've svn co https://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk xeclipse >> and following information provided on >> http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse -- just >> on the bottom of the page, there is a paragraph describing building of >> XEclipse plugins inside Eclipse. Now, when I do first two steps: >> >> # Within the Eclipse IDE, select [File->Import->Existing Projects into >> Workspace]. >> # In the import projects dialog, point [root] directory to >> [xeclipse/plugins/org.xwiki.eclipse]. >> >> I end with the org.xwiki.eclipse project in my workspace, but this >> project fails with 12 errors like this: >> >> Description Resource Path Location Type >> The method execute(ExecutionEvent) of type ConnectHandler must override >> a superclass method ConnectHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 42 Java >> Problem >> The method execute(ExecutionEvent) of type DebugInfoHandler must >> override a superclass method DebugInfoHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 35 Java >> Problem >> The method execute(ExecutionEvent) of type DisconnectHandler must >> override a superclass method DisconnectHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 35 Java >> Problem >> The method execute(ExecutionEvent) of type GrabSpaceHandler must >> override a superclass method GrabSpaceHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 50 Java >> Problem >> The method execute(ExecutionEvent) of type NewConnectionHandler must >> override a superclass method NewConnectionHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 34 Java >> Problem >> The method execute(ExecutionEvent) of type NewPageHandler must override >> a superclass method NewPageHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 36 Java >> Problem >> The method execute(ExecutionEvent) of type NewSpaceHandler must override >> a superclass method NewSpaceHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 36 Java >> Problem >> The method execute(ExecutionEvent) of type OpenPageHandler must override >> a superclass method OpenPageHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 37 Java >> Problem >> The method execute(ExecutionEvent) of type RemoveConnectionHandler must >> override a superclass method RemoveConnectionHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 39 Java >> Problem >> The method execute(ExecutionEvent) of type RemovePageHandler must >> override a superclass method RemovePageHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 39 Java >> Problem >> The method execute(ExecutionEvent) of type RemoveSpaceHandler must >> override a superclass method RemoveSpaceHandler.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/handlers line 38 Java >> Problem >> The method execute(ExecutionEvent) of type >> XWikiExplorerView.RefreshHandler must override a superclass method >> XWikiExplorerView.java >> org.xwiki.eclipse/src/main/java/org/xwiki/eclipse/views line 109 Java >> Problem >> >> >> I've verified that this happen on Eclipse 3.4.1, 3.6.2 and also 3.7-M4. >> Is that a known issue? If so, is there any fix already available for it? >> >> Thanks, >> Karel >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

