OSGi Metadata for jcommon jars?

A discussion forum for the JCommon class library.
Locked
jerboaa
Posts: 1
Joined: Wed Jul 25, 2012 11:29 am
antibot: No, of course not.

OSGi Metadata for jcommon jars?

Post by jerboaa » Wed Jul 25, 2012 11:37 am

Hi,

To whom would I need to talk to in order to get OSGi metadata added to jcommon builds. This can be achieved quite easily by using aqute bnd[1]. Here is an example how it's done for the Fedora builds:

Code: Select all

# Convert regular jar to OSGi bundle
java -jar someclasspath-to-add-aqute wrap jcommon.jar
This would produce a file called jcommon.bar which is the same jar, but also has some basic OSGi metadata. Do you think that would be possible to add to your build?

Thanks a lot!
--Severin

[1] http://www.aqute.biz/Bnd/Wrapping

Locked