Was this the right place to ask this ?
- Pascal
-Original Message-
From: Pascal Lalonde [mailto:[EMAIL PROTECTED]
Sent: October 31, 2008 9:45 AM
To: user@ant.apache.org
Subject: ANT_OPTS programatically
Hi,
Before, I was using the ANT_OPTS environment variable to give more memory
Hi,
Before, I was using the ANT_OPTS environment variable to give more memory
to ant for the build to be done.
Now, I am calling ant programmatically this way:
File buildFile = new File("build.xml");
Project p = new Project();
DefaultLogger consoleLogger = new DefaultLogger();
consoleLogge