Hi Federico!
There actually is a bundle for iText:
http://www.springsource.com/repository/app/bundle/version/detail?name=com.springsource.com.lowagie.text&version=2.0.8&searchType=bundlesByName&searchQuery=iText
I did not try it out myself.
Check out if you can use that one.
Cheers,
Jos
On 06/24/2010 02:20 PM, Federico Paparoni wrote:
Hi
2010/6/22 Bertrand Delacretaz<[email protected]>
If you cannot find an iText bundle, you could "OSGify" an existing
iText jar using the bnd tool or the maven-bundle-plugin to add the
required MANIFEST.MF information to it.
I'm creating a bundle for iText using this guide (
http://felix.apache.org/site/creating-bundles-using-bnd.html).
But I have some questions related. What I have to put in the Export-Package,
Private-Package tag of this bundle?
iText uses class from rt.jar and if I put it as system dependency I create a
jar of 22MB!
I think there is something about "bundling" that I didn't understand.
And when I finally create this bundle using maven, how can I declare it in
my pom project to be included in Sling?
Can anyone help me?