Re: antcall / depends

2006-10-24 Thread Peter Reilly
:-) R, Markus Original-Nachricht Datum: Thu, 19 Oct 2006 19:15:29 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: antcall / depends > Thanks, > > I found the "memory leak" in our build structure and fixed some of

Re: antcall / depends

2006-10-24 Thread Markus M. May
memory errors. After the recompilation of ANT now everything is fine. Thanks to all :-) R, Markus Original-Nachricht Datum: Thu, 19 Oct 2006 19:15:29 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: antcall / depends > Thank

Re: antcall / depends

2006-10-19 Thread Markus M. May
; > This change is in the svn version of ant, but was done after > the release of ant 1.7.0beta3. > > peter > > > > > > > > ---- Original-Nachricht > > Datum: Thu, 19 Oct 2006 16:04:06 +0100 > > Von: "Peter Reilly&qu

Re: antcall / depends

2006-10-19 Thread Peter Reilly
t; An: "Ant Users List" Betreff: Re: antcall / depends > On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote: > > Hello, > > I am currently facing a massive OutOfMemoryException problem. I know > that this is, because we are using ANTCALL quite heavily. > > We ha

Re: antcall / depends

2006-10-19 Thread Markus M. May
-Nachricht Datum: Thu, 19 Oct 2006 16:04:06 +0100 Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: antcall / depends > On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote: > > Hello, > > I am currently facing a massive O

Re: antcall / depends

2006-10-19 Thread Peter Reilly
On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote: Hello, I am currently facing a massive OutOfMemoryException problem. I know that this is, because we are using ANTCALL quite heavily. We have e.g. the following structure: TargetA depends on init (via depend) calls TargetB and TargetC (v

antcall / depends

2006-10-19 Thread Markus M. May
Hello, I am currently facing a massive OutOfMemoryException problem. I know that this is, because we are using ANTCALL quite heavily. We have e.g. the following structure: TargetA depends on init (via depend) calls TargetB and TargetC (via antcall) TargetB depends on init (via depend) Targ