tomdw wrote:
> Same problem here at our company. Build broken because the
> bouncycastle:bctsp-jdk14:jar:138 dependency is missing. Reason: the maven
> repositories which contain iText do NOT contain the bctsp jar from
> bouncycastle. Can you please upload that?

I've just modified the pom.xml used for iText to point to a new location
on the maven repository that contains all the needed jar files. I'll
test it more this week-end but the issue should be resolved in the next
version.

Note that the Bouncy Castle people do not upload to the maven repository
and I had to submit upload requests in the past for the needed files.
The dependency on the time stamp jar file was added in a recent version
of iText.


In the short term, you can install the jar file in your local repository
cache using:

mvn install:install-file -Dfile=lib/bctsp-jdk14-138.jar
-DgroupId=bouncycastle -DartifactId=bctsp-jdk14 -Dversion=138
-Dpackaging=jar

Running this from iText's top directory will install the jar file and
the dependency will be solved on your system.



Best Regards,

Xavier Le Vourch

--
XLV Labs

Publisher of "Who Called?", Caller Id application for Android phones:

http://www.xlv-labs.com/whocalled

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to