Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » org.mortbay.jetty.* dependencies for the help system
org.mortbay.jetty.* dependencies for the help system [message #631827] Fri, 08 October 2010 19:30 Go to next message
Eclipse UserFriend
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


Re: org.mortbay.jetty.* dependencies for the help system [message #632117 is a reply to message #631827] Mon, 11 October 2010 11:53 Go to previous messageGo to next message
Eclipse UserFriend
So in doing more digging I found that I was wrong, those aren't actual plugin dependencies, those are package dependencies. I created a new RCP app using the mail template and the default target platform. and then used Lars Vogel's RCP help tutorial and it worked as expected.

By opening the plug-in manifest for the org.eclipse.equinox.http.jetty, I can see the required packages.

If I click on the "show the plug-in dependency hierarchy" link, it shows me where the majority of the packages are getting their dependencies. However, the list I previously posted aren't listed as satisfied nor are these marked as optional.

Have I missed something? These need to be satisfied in order for the app to start and the help to launch, right?

Again, my goal is to add the discreet list of dependencies to my target; unfortunately I can't add the whole SDK to our platform.

Thanks,

Jon
Re: org.mortbay.jetty.* dependencies for the help system [message #632120 is a reply to message #631827] Mon, 11 October 2010 11:58 Go to previous messageGo to next message
Eclipse UserFriend
Aaaaand the answer is the

org.mortbay.jetty.server_6.1.15.v200905151201.jar

plugin . I basically began opening plugins from the plugin viewer and stumbled on this.
Re: org.mortbay.jetty.* dependencies for the help system [message #632136 is a reply to message #631827] Mon, 11 October 2010 13:11 Go to previous message
Eclipse UserFriend
For anyone else who is looking, here is the complete list of plugins I had to add to my target platform to get the help working. This is for Galileo (3.5 SR2), so for other platforms the versions may vary:

javax.servlet.jsp_2.0.0.v200806031607.jar
javax.servlet_2.5.0.v200806031605.jar
org.apache.commons.el_1.0.0.v200806031608.jar
org.apache.commons.logging_1.0.4.v201005080501.jar
org.apache.jasper_5.5.17.v200903231320.jar
org.apache.lucene.analysis_1.9.1.v20080530-1600.jar
org.apache.lucene_1.9.1.v20080530-1600.jar
org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar
org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar
org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar
org.eclipse.equinox.jsp.jasper.registry_1.0.100.v20090520-18 00.jar
org.eclipse.equinox.jsp.jasper_1.0.200.v20090520-1800.jar
org.eclipse.help.base_3.4.0.v200906111540.jar
org.eclipse.help.ui_3.4.0.v20090528.jar
org.eclipse.help.webapp_3.4.0.v20090429_1800.jar
org.eclipse.osgi.services_3.2.0.v20090520-1800.jar
org.mortbay.jetty.server_6.1.15.v200905151201.jar
org.mortbay.jetty.util_6.1.15.v200905182336.jar

Again, this is only in the case where you are building your target platform from scratch. If you use the whole SDK or the default runtime, this is not applicable.


HTH,

Jon
Previous Topic:Remove view Title Image Completly
Next Topic:Extension-point schema 'kind="indentifier" - what's its purpose?
Goto Forum:
  


Current Time: Wed Apr 02 00:19:41 EDT 2025

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

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

Back to the top