Hello,

somehow related to the issue below with Navigator not showing the spaces 
children icons might be massages I got to the console like:

!ENTRY org.eclipse.ui.navigator 4 0 2011-04-21 15:07:53.703
!MESSAGE Cannot find navigator content extension (using triggerPoints) 
for object 
"org.xwiki.eclipse.core.model.XWikiEclipseSpaceSummary@481ffb62" parent 
path: "org.xwiki.eclipse.core.DataManager@75cea3".  Check that you have 
an expression for this object in a navigatorContent triggerPoints or 
enablement.


Any idea how to solve this?

Thanks a lot!
Karel

On 04/21/11 02:55 PM, Karel Gardas wrote:
>
> Hi Eduard,
>
> great! So I'm required to ignore org.xwiki.eclipse plugin which makes
> those troubles originally reported and work with all four others. Good,
> so I do have XEclipse running in Indigo now, but I still do see problem
> with un-shown spaces children -- i.e. pages under spaces are not shown
> in the XWiki Navigator. I've described the issue here:
>
> http://xwiki.475771.n2.nabble.com/issue-XWiki-Navigator-does-not-list-spaces-icons-childrens-web-pages-td6293743.html
>
> is this a known issue for which workaround already exists or is it just
> me hitting it?
>
> Thanks,
> Karel
>
> On 04/21/11 02:27 PM, Eduard Moraru wrote:
>> Hi Karel,
>>
>> Additionally to what Fabio said, you can see that the README file states how 
>> to build XEclipse as a zipped plugin. If you'd like to import XEclipse in 
>> Eclipse and develop it further, you should import in Eclipse the 4 projects 
>> mentioned in the README. The are found under the 'plugins' directory:
>>     * org.xwiki.eclipse.core
>>     * org.xwiki.eclipse.ui
>>     * org.xwiki.eclipse.xmlrpc
>>     * org.xwiki.eclipse.feature (this one is under the 'features' directory)
>>
>> Finally, just right click on 'org.xwiki.eclipse.ui' then go to 'Run>Eclipse 
>> Application'. Once the new Eclipse instance starts, go to 'Window>Show 
>> View>Other...' and look for XEclipse views (in the new eclipse instance). 
>> Alternatively (and simpler), just go to 'Window>Open Perspective>Other...' 
>> and choose the XEclipse perspective (in the new eclipse instance).
>>
>> Cheers,
>> Eduard
>>
>> On 04/21/2011 03: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
>>
>
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to