| Help with Help [message #433843] |
Wed, 13 July 2005 09:25  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03939 seconds