On Wed, 30 Oct 2002, Markus Dettori
<[EMAIL PROTECTED]> wrote:

> I read something about this stuff, but I want to know if this is
> fixed in the new version.

It is supposed to be fixed in 1.5.1.

> Please give me a brief description of this and why this happens, so
> I can avoid it within my targets.

Nested <param>s in <antcall> or <property>s in <ant> hold references
to the Project instance of the child build and never clean out this
reference in 1.5, so the garbage collector doesn't reclaim all the
stuff connected to the child build.  In 1.5.1 this reference is
nulled.

Stefan

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to