Hi and thanks for the responses. It fails from within Eclipse, but the command line works just fine.
Yes. I know I have a few javadoc errors to fix and will work on them as quickly as possible. Mark did not specify what they were though. That is why I am trying to run the ant task to see them. Thanks! Howard ----- Original Message ---- From: Xavier Le Vourch <[EMAIL PROTECTED]> To: Post all your questions about iText here <[email protected]> Sent: Wednesday, December 5, 2007 4:57:05 PM Subject: Re: [iText-questions] iText ant build -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Howard Shank wrote: > Strange but... I am able to run all the ant tasks in the build.xml except for > docs.tar.gz and javadoc. > > Error: > Buildfile: D:\Development\OpenSource\iText\itext-core\main\src\build.xml > javadoc: > javadoc: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > BUILD FAILED > D:\Development\OpenSource\iText\itext-core\main\src\build.xml:52: The > following error occurred while executing this line: > D:\Development\OpenSource\iText\itext-core\main\src\ant\site.xml:65: Javadoc > failed: java.io.IOException: CreateProcess: javadoc.exe -J-Xmx128m -d > D:\Development\OpenSource\iText\itext-core\main\build\docs -private -header > "<a href="http://itext.ugent.be/itext-in-action/" target="_blank"><img > src="http://itext.ugent.be/img/lowagie_3d.jpg" border="0" /></a>" -classpath > D:\Development\OpenSource\iText\itext-core\main\build\bin;D:\Development\OpenSource\iText\itext-core\main\lib\bcmail-jdk14-138.jar;D:\Development\OpenSource\iText\itext-core\main\lib\bcprov-jdk14-138.jar > -sourcepath D:\Development\OpenSource\iText\itext-core\main\src -version > -author -link http://java.sun.com/j2se/1.4/docs/api/ -link > http://www.bouncycastle.org/docs/docs1.4/ com.lowagie.text > com.lowagie.text.factories com.lowagie.text.html > com..lowagie.text.html.simpleparser com.lowagie.text.pdf > com.lowagie.text.pdf.codec com.lowagie.text.pdf.codec..wmf > com.lowagie.text.pdf.collection > com.lowagie.text.pdf.crypto com.lowagie.text.pdf.events > com.lowagie.text.pdf.fonts com.lowagie.text.pdf.hyphenation > com.lowagie.text.pdf.interfaces com.lowagie.text.pdf.” > Total time: 1 second > > Any ideas? The only recent change was me adding the "-J-Xmx128m" flag as otherwise javadoc couldn't process your recent changes and with that flag, the "ant javadoc" command works for me on Linux and Windows with jdk 1.6. Try increasing that value to see if that makes a difference. BTW, one of the new targets I added in test.xml checks that all new features have a @since javadoc tag and that fails on your recent changes but maybe Mark already forwarded that info to you. Xavier - -- Xavier Le Vourch Brittany Software, Inc. <[EMAIL PROTECTED]> PGP Key (ID 0x896C5947): http://brittanysoftware.com/gpg_key.asc Key fingerprint: 73B3 6370 B8C5 4325 F2D8 4115 0372 5805 896C 5947 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHVx6fA3JYBYlsWUcRAo3TAKChN5K0fFlAv3GGM/mB13TelBp60QCeM2o5 0W6OEcA50HlYjM8Muy+pMiI= =yXZD -----END PGP SIGNATURE----- ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/ ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
