org.mortbay.jetty.* dependencies for the help system [message #631827] |
Fri, 08 October 2010 23:30 |
Jon Svede Messages: 83 Registered: July 2009 |
Member |
|
|
I am trying to set up a help system for my RCP app. I am using 3.5SR2 as my platform.
We have a custom target platform based on the RCP Runtime, Delta pack and EMF (among other things).
Following some docs I read, I added some dependencies for the help system, namely:
org.eclipse.help.ui
org.eclipse.help.webapp
org.eclipse.equinox.http.jetty
This set off a cascade of additional unsatisfied dependencies. Most I was able to get from the Eclipse platform plugins directory; a few others came from the plugins dir of the JEE eclipse version. However, the org.eclipse.equinox.http.jetty plugin has the following dependencies:
org.mortbay.component; version="[6.1.0,7.0.0]"
org.mortbay.jetty; version="[6.1.0,7.0.0]"
org.mortbay.jetty.bio; version="[6.1.0,7.0.0]"
org.mortbay.jetty.handler; version="[6.1.0,7.0.0]"
org.mortbay.jetty.nio; version="[6.1.0,7.0.0]"
org.mortbay.jetty.security; version="[6.1.0,7.0.0]"
org.mortbay.jetty.servlet; version="[6.1.0,7.0.0]"
org.mortbay.log; version="[6.1.0,7.0.0]"
I went to the jetty website and based on the docs it seems odd that the org.eclipse.equinox.http.jetty plugin would depend on org.mortbay.* bundles because the org.eclipse.equinox.* is the new naming convention and the org.mortbay.* is the old convention.
Regardless of that apparent inconsistency, can someone tell me where to get these plugins?
Or have I done this wrong? Is there some other way of setting up a help system in my RCP app that is less involved?
These apparent missing dependencies get reported when I validate my run configuration of my app.
Thanks,
Jon
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02922 seconds