try upping the memory used in your ant.sh or ant.bat file. I found our build process was maxxing the available memory for the JVM and crashing unexpectedly. d.
-----Original Message----- From: David Walend [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Help using XmlLogger? I'm trying to use XmlLogger to see which tasks are taking the most time in a fairly big ant run. The log.xml file is getting cut short, ending with unclosed tags and sometimes unclosed quotes. I suspect a buffer isn't getting flushed correctly, but didn't see anyone else discussing the problem in the mail archives. I'm using this command line with ant 1.5.1 inside emacs: ant -f nextfire-build.xml -listener org.apache.tools.ant.XmlLogger -logfile ./log.xml . I've had the similar problems using the -logger flag. Any suggestions? Thanks, Dave -- David Walend [EMAIL PROTECTED] http://www.walend.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
