RE: ANT_OPTS programatically

2008-10-31 Thread Pascal Lalonde
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

ANT_OPTS programatically

2008-10-31 Thread Pascal Lalonde
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