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) TargetC depends on init (via depend) Therefor for each antcall we call the target init. Since there are taskdefs in the init-target, there is quite some memory leak. Is there some way, to not call the depends, once they are called, another time? I know, that we should restructure our build, but currently we are facing a timely issue, so this is not an option anyway :-( Any help is appreciated. R, Markus M. May --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]