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/

Reply via email to