I saw in the archives that this was discussed a while back, but none of
those solutioms resolve my issue:

I am running the ant optional "ForEach" task, iterating through some
"disjoint" trees, anting their build.xml files as I find them.  In each of
these files, there are javac calls, copy calls, and other tasks. Basically,
at this point, the top-level ant COULD be a shell script, but I'm tryig to
keep things consistant across systems.

As the main process runs, it chews up more and more memory over time,
eventually running over the physical limit, generating an OutOfMemory
exception, and stopping the build process.

I would expect to see the memory used fluctuate as the proccesses run, but
I would also expect to see the memory used to go back to it's original
value between calls.

I have tried ant 1.5, 1.5.1, and the 1.6 beta, and they all experience this
problem.  Any assistance would be GREATLY welcomed.

Thank you.

Matt Seibert                                           [EMAIL PROTECTED]
IBM        External:    (512) 838-3656      Internal:   678-3656


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

Reply via email to