On 12/12/06, Matt Benson <[EMAIL PROTECTED]> wrote:
--- Peter Reilly <[EMAIL PROTECTED]> wrote:
[SNIP]
> Hopefully, we will figure out a solution for scratch
> properties for Ant 1.8.0.

I still think you were on the right track with those
"property stacks"... if we can just figure out what it
was about the ThreadLocal scope "branching" that was
leaking memory...

I do not think that theadlocal is needed, something
can be done in <parallel> to get stacks per <parallel>.

The solution is still probally too compilicated, I think
that we could just use
 <ac:var unset="yes" name="prop" xmlns:ac="antlib:net.sf.antcontrib"/>
i.e. have an <unset name="prop"/> task
this will "unset" a property.  If the property is a "user" property,
the task would throw a build exception.

Peter

-Matt

> Peter




____________________________________________________________________________________
Have a burning question?
Go to www.Answers.yahoo.com and get answers from real people who know.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to