On Fri, Apr 18, 2008 at 7:58 AM, David Bosschaert <[EMAIL PROTECTED]> wrote: > On 17/04/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > <[EMAIL PROTECTED]> wrote: > > > > > > > I need to use some of the Apache Commons libraries as OSGi bundles. > > > Some of the libraries that I need are listed in the Felix Commons > > > project, however since my build system is maven-based I need to pull > > > these in from Maven. > > > > > > Is there a maven repo somewhere where I can find these bundles? > > > > > > Some Apache Commons components have been released with the appropriate > > OSGi meta data in their jar's manifest. Progress of Commons OSGi > > releases is being tracked here: > > > > http://wiki.apache.org/commons/CommonsOsgi > > > > Niall > > Thanks for the pointer Niall. > My project uses the following commons libraries: > commons-beanutils > commons-codec > commons-dbcp > commons-discovery > commons-email > commons-pool > None of these are yet available as OSGi bundles. It would be great if > they were made available as OSGi bundles!
Commons Pool 1.4 has been released as an OSGi bundle. All new releases from commons should be OSGi ready, so for the others its a case of either waiting for the next release or lobbying on the commons dev list to release an OSGi ready version. Niall > Cheers, > > > > David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

