Just add:
|<dependency> <groupId>com.lowagie.text</groupId> <artifactId>com.springsource.com.lowagie.text</artifactId> <version>2.0.8</version> </dependency>
|to the dependencies in your pom.xml

Upon packaging, maven would add the iText bundle to your maven repository, make sure the classes that use iText get
"wired" to the right ones.
It is good to explicitly state the dependency in the import statements of your bundle, felix maven plugin-wise that is:
<Import-Package>|com.springsource.com.lowagie.text;version="2.0.8"|</Import-Package>

Now, I do not know if this is the very latest version.

Cheers,
Jos




On 06/24/2010 02:40 PM, Federico Paparoni wrote:
2010/6/24 Jos Snellings<[email protected]>

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



Hi Jos,

to use it I have only to import in my project pom and then the bundle can be
installed?


Reply via email to