Thanks for the input. I figured that. However, to get the Apache Felix Web Management Console installed I had to install all of the following bundles (in order to first have an OSGi HTTP service available).
I don't know if there is a better set of bundles. I wish that the Bundle Repository would also be able to find dependencies (kinda like apt). Of course I may just be doing this all wrong. I had to guess which ones I needed from Felix. (From OBR) http://download.eclipse.org/releases/ganymede/plugins/javax.servlet_2.4.0.v200806031604.jar http://download.eclipse.org/releases/ganymede/plugins/org.apache.commons.logging_1.0.4.v20080605-1930.jar http://download.eclipse.org/releases/ganymede/plugins/org.mortbay.jetty_5.1.14.v200806031611.jar http://download.eclipse.org/releases/ganymede/plugins/org.eclipse.equinox.http.servlet_1.0.100.v20080427-0830.jar http://download.eclipse.org/releases/ganymede/plugins/org.eclipse.equinox.http.jetty_1.1.0.v20080425.jar (From Felix) http://mirrors.kahuki.com/apache/felix/org.apache.felix.scr-1.0.6.jar http://mirrors.kahuki.com/apache/felix/org.osgi.core-1.2.0.jar http://mirrors.kahuki.com/apache/felix/org.osgi.compendium-1.2.0.jar -----Original Message----- From: Karl Pauls [mailto:[email protected]] Sent: Thursday, March 19, 2009 12:51 PM To: [email protected] Subject: Re: Subproject Downloads Descriptions The felix zip that you find on the download page contains what you need to get started. If you do a java -jar bin/felix.jar you get a simple which features an obr command that you can use to download and install other bundles as needed. regards, Karl On Thu, Mar 19, 2009 at 7:31 PM, Joel Schuster <[email protected]> wrote: > Is there a place I can find that explains what each of the subproject bundles? > > For example, there are SCR, Main, Metatype, Preferences, etc bundles on the > downloads page that don't have a corresponding link on the Subproject > Documentation page. > > I'd really just like to know what the 'minimum' set of bundles is that I > should start off with; adding as I need functionality. Do I need the > 'Framework' bundle? Wouldn't that come with the default Felix package? > > Thanks. > > - Joel > -- Karl Pauls [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

