Knuplesch wrote:
 In my Ant file the junitreport Task runs out of memory!

Where is the best place to increase the memory?

1. set ANT_OPTS environment variable to something like -Xmx512M

2. drop a copy of xalan (from xml.apache.org) into ANT_HOME/lib. This XSL engine consumes less memory than the java5 built in one.

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to