code |
I would like to use scala on an OSGi based system. Would it be possible to provide the proper manifest headers in the JAR files?
See http://neilbartlett.name/blog/2007/04/06/an-osgi-bundle-built-in-scala/
You can easily setup the required headers manually or with Eclipse.
However, I have developed an Eclipse plugin that can make it easier though:
http://www.aQute.biz/Code/Bnd. This can be integrated with Ant, Maven, and Eclipse.
If I can be of assistance to create those manifests, let me know. If you add
those headers, I can easier write an OSGi blog about this.
|