Fwd: Best practises for Ant Memory usage

2008-06-23 Thread Ravi Roy
:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 6:55 PM To: Ant Users List; Henning Bredel Subject: Re: Best practises for Ant Memory usage Hi, Thanks for your reply Henning. Yes, javac causes memory error, following is the error message. I am using Sun JDK 1.6.0_03-b05

Re: Best practises for Ant Memory usage

2008-06-22 Thread Henning Bredel
On Friday 20 June 2008 15:24:56 Ravi Roy wrote: > Hi, > Thanks for your reply Henning. Yes, javac causes memory error, > following is the error message. I am using Sun JDK 1.6.0_03-b05. > ___ >__ compile: > [javac] Comp

RE: Best practises for Ant Memory usage

2008-06-22 Thread Sharma, Jaikumar
Users List; Henning Bredel Subject: Re: Best practises for Ant Memory usage Hi, Thanks for your reply Henning. Yes, javac causes memory error, following is the error message. I am using Sun JDK 1.6.0_03-b05. _ compile

Re: Best practises for Ant Memory usage

2008-06-20 Thread Ravi Roy
Hi, Thanks for your reply Henning. Yes, javac causes memory error, following is the error message. I am using Sun JDK 1.6.0_03-b05. _ compile: [javac] Compiling 4 source files to d:\Build\iPiece\Java\iTool\bin [

Re: Best practises for Ant Memory usage

2008-06-20 Thread Henning Bredel
> From time to time, I get Out-Of-Memory errors in Ant (Ant 1.7.0), I > would like to know the best practises from the people who have > experience with Ant Memory Management. Some set of tips & tricks.. > would help every one here.. Are you sure, that ant causes the memory error? For example it c

Re: Best practises for Ant Memory usage

2008-06-20 Thread Upul Godage
Depending on what the Ant script is doing you may need to change the Ant JVM settings. I used to increase the heap memory space when running XDoclet in a large project using the ANT_OPTS environment variable. Otherwise I would get out of memory errors. This page may be useful. http://wiki.apache.o

Best practises for Ant Memory usage

2008-06-20 Thread Ravi Roy
Hi All, >From time to time, I get Out-Of-Memory errors in Ant (Ant 1.7.0), I would like to know the best practises from the people who have experience with Ant Memory Management. Some set of tips & tricks.. would help every one here.. Thanks in advance! Regards, Ravi. --