OSGi Metadata for jcommon jars?

A discussion forum for the JCommon class library.
Locked
energyk
Posts: 1
Joined: Mon Oct 17, 2016 8:50 pm
antibot: No, of course not.
Contact:

OSGi Metadata for jcommon jars?

Post by energyk » Mon Oct 17, 2016 8:52 pm

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!

comparateur Cigarette electronique
Last edited by energyk on Mon Jun 28, 2021 5:02 pm, edited 3 times in total.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: OSGi Metadata for jcommon jars?

Post by david.gilbert » Mon Oct 24, 2016 10:06 pm

Do you have a bit more information about this? I don't know much at all about OSGi. Do you need this just for Common or also the other projects such as JFreeChart, Orson Charts, JFreeSVG, FXGraphics2D and OrsonPDF? Is there a Maven plugin that can add the metadata?
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked