:-)
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
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
;
> 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
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
-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
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
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