IIRC, if you check out the SVN in its entirety (lib, test, & www, as well as
the usual src), you'll get {$itext.lib} "for free", and the ant files are
written with that in mind.
The lib folder isn't necessary if you're just going to compile iText.jar, but
if you want to do anything else (run the unit tests for example), you do.
There are also a pair of jars required if you want to Actually Run iText (the
bouncy castle jars), several helpful ones (iText's hyphenation & CJKV support),
and various miscellany used by RUPS and the examples/tests.
--Mark Storer
Senior Software Engineer
Cardiff.com
#include <disclaimer>
typedef std::Disclaimer<Cardiff> DisCard;
> -----Original Message-----
> From: Lee, Dio [mailto:[email protected]]
> Sent: Thursday, November 12, 2009 10:22 PM
> To: [email protected]
> Subject: [iText-questions] maybe miss 1 line in ant/compile.xml
>
>
> I 'm using iText-src-2.1.7 and Linux FC6, I met the error
> when "ant jar", and fixed it
>
> here comes the patch
> #diff -u ant/compile.xml ant/compile.xml.debug
> --- ant/compile.xml 2009-11-13 14:11:12.000000000 +0800
> +++ ant/compile.xml.debug 2009-11-13 14:10:24.000000000 +0800
> @@ -97,6 +97,7 @@
> <include name="**/*.txt"/>
> </fileset>
> </copy>
> + <mkdir dir="${itext.lib}" />
> <jar jarfile="${itext.jar}" basedir="${itext.bin}">
> <manifest>
> <attribute name="Main-Class"
> value="com.lowagie.tools.ToolboxAvailable"/>
>
>
> --------------------------------------------------------------
> ----------------
> 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
> [email protected]
> 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/
------------------------------------------------------------------------------
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
[email protected]
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/