Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Help with Help
Help with Help [message #433843] Wed, 13 July 2005 09:25 Go to next message
Eclipse UserFriend
Morning,

I am working put a simple help.toc extenstion in my RCP app - to just
reference the Help Contents menu. But when I click on it nothing happens?
What gives?

My osgi manifest required bundles are:
org.eclipse.ui,
org.eclipse.ui.console,
org.eclipse.ui.forms,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.help

Now, if I add the ones specified in tutorial 3 :
* org.apache.ant
* org.apache.lucene
* org.eclipse.help.appserver
* org.eclipse.help.base
* org.eclipse.help.ui
* org.eclipse.help.webapp
* org.eclipse.tomcat

My RCP app wont start; I get warnings like below in my log:

!ENTRY org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Bundle update@../../development/gis/tools/css-generator/ [796]
was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.apache.ant_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.apache.lucene_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.eclipse.help.appserver_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.eclipse.help.base_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.eclipse.help.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.eclipse.help.webapp_0.0.0.

!ENTRY org.eclipse.core.runtime 2005-07-13 09:24:29.739
!MESSAGE Product com.mesa.tools.css.CSSEditorPlugin.product could not be
found.

!ENTRY org.eclipse.osgi 2005-07-13 09:24:29.760
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

ANY thoughts?

Thanks!

--Bill
Re: Help with Help [message #433880 is a reply to message #433843] Thu, 14 July 2005 12:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.xx

You have to add all this plug-ins to make help work:

org.apache.ant
org.apache.lucene.
org.eclipse.help.appserver
org.eclipse.help.base
org.eclipse.help.ui
org.eclipse.help.webapp
org.eclipse.tomcat

Bill Snyder ha scritto:
> Morning,
>
> I am working put a simple help.toc extenstion in my RCP app - to just
> reference the Help Contents menu. But when I click on it nothing
> happens? What gives?
>
> My osgi manifest required bundles are:
> org.eclipse.ui,
> org.eclipse.ui.console,
> org.eclipse.ui.forms,
> org.eclipse.core.runtime,
> org.eclipse.core.resources,
> org.eclipse.help
>
> Now, if I add the ones specified in tutorial 3 :
> * org.apache.ant
> * org.apache.lucene
> * org.eclipse.help.appserver
> * org.eclipse.help.base
> * org.eclipse.help.ui
> * org.eclipse.help.webapp
> * org.eclipse.tomcat
> My RCP app wont start; I get warnings like below in my log:
>
> !ENTRY org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Bundle update@../../development/gis/tools/css-generator/ [796]
> was not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Missing required bundle org.apache.ant_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Missing required bundle org.apache.lucene_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Missing required bundle org.eclipse.help.appserver_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Missing required bundle org.eclipse.help.base_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Missing required bundle org.eclipse.help.ui_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
> !MESSAGE Missing required bundle org.eclipse.help.webapp_0.0.0.
>
> !ENTRY org.eclipse.core.runtime 2005-07-13 09:24:29.739
> !MESSAGE Product com.mesa.tools.css.CSSEditorPlugin.product could not be
> found.
>
> !ENTRY org.eclipse.osgi 2005-07-13 09:24:29.760
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: No application id has been found.
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
> ANY thoughts?
>
> Thanks!
>
> --Bill
>
Re: Help with Help [message #433881 is a reply to message #433880] Thu, 14 July 2005 12:44 Go to previous messageGo to next message
Eclipse UserFriend
Right. I do add those and like I mentioned, my app doesn't start and I get
messages like this

!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.apache.ant_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
!MESSAGE Missing required bundle org.apache.lucene_0.0.0.

--Bill



Funky wrote:

> You have to add all this plug-ins to make help work:

> org.apache.ant
> org.apache.lucene.
> org.eclipse.help.appserver
> org.eclipse.help.base
> org.eclipse.help.ui
> org.eclipse.help.webapp
> org.eclipse.tomcat

> Bill Snyder ha scritto:
>> Morning,
>>
>> I am working put a simple help.toc extenstion in my RCP app - to just
>> reference the Help Contents menu. But when I click on it nothing
>> happens? What gives?
>>
>> My osgi manifest required bundles are:
>> org.eclipse.ui,
>> org.eclipse.ui.console,
>> org.eclipse.ui.forms,
>> org.eclipse.core.runtime,
>> org.eclipse.core.resources,
>> org.eclipse.help
>>
>> Now, if I add the ones specified in tutorial 3 :
>> * org.apache.ant
>> * org.apache.lucene
>> * org.eclipse.help.appserver
>> * org.eclipse.help.base
>> * org.eclipse.help.ui
>> * org.eclipse.help.webapp
>> * org.eclipse.tomcat
>> My RCP app wont start; I get warnings like below in my log:
>>
>> !ENTRY org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Bundle update@../../development/gis/tools/css-generator/ [796]
>> was not resolved.
>> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Missing required bundle org.apache.ant_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Missing required bundle org.apache.lucene_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Missing required bundle org.eclipse.help.appserver_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Missing required bundle org.eclipse.help.base_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Missing required bundle org.eclipse.help.ui_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2005-07-13 09:24:29.729
>> !MESSAGE Missing required bundle org.eclipse.help.webapp_0.0.0.
>>
>> !ENTRY org.eclipse.core.runtime 2005-07-13 09:24:29.739
>> !MESSAGE Product com.mesa.tools.css.CSSEditorPlugin.product could not be
>> found.
>>
>> !ENTRY org.eclipse.osgi 2005-07-13 09:24:29.760
>> !MESSAGE Application error
>> !STACK 1
>> java.lang.RuntimeException: No application id has been found.
>> at
>>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
>>
>> at
>>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>>
>> at
>>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>> at org.eclipse.core.launcher.Main.run(Main.java:973)
>> at org.eclipse.core.launcher.Main.main(Main.java:948)
>>
>> ANY thoughts?
>>
>> Thanks!
>>
>> --Bill
>>
Re: Help with Help [message #433924 is a reply to message #433881] Mon, 18 July 2005 14:21 Go to previous message
Eclipse UserFriend
You know, it's always the dumb little things.

My RCP product configuration was not synchronized with the plugin
configuration. Once all the req'd plugins were in the product, all worked
as expected.

--Bill
Previous Topic:ApplicationWorkbenchAdvisor
Next Topic:How to change logfile name/location in RCP application
Goto Forum:
  


Current Time: Mon Nov 03 18:31:59 EST 2025

Powered by FUDForum. Page generated in 0.03939 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top