----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Developers List'" <[EMAIL PROTECTED]>; "axis-dev" <[email protected]> Sent: Tuesday, September 10, 2002 12:18 PM Subject: RE: OutOfMemory errors
> It wouldn't help that much I fear because it still calls <ant> (or the > <foreach> solution does I'm sure, in the supplied target) as many times as > required to build all the sub-projects. > > I suspect the leaks are coming from both <ant> and <antcall> (and other > tasks most likely), so going from an <antcall>/<ant> per sub-project to just > an <ant> might not be enough to solve this particular issue. It might still > help enough for making a 1.0 release though ;-) hmm. of course we cant use weak references to manage the list of tasks in Project for ant1.5 because weak refs are a java1.2 feature. Unless, that is, we do some reflection-based hoop jumping. Reflection-based hoop jumping it is, then -Steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
