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