:[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
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
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
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
[
> 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
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
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.
--