Thanks, Stefan. I've updated the bugzilla issue with my findings.
Gan
On Mon, Jan 26, 2015 at 5:23 PM, Stefan Bodewig wrote:
>
> On 2015-01-26, Gan Dong wrote:
>
>> I investigated into this problem in our user's environment, and found
>> that it was using Ant-contrib's "forget" task
>> (http://a
On 2015-01-26, Gan Dong wrote:
> I investigated into this problem in our user's environment, and found
> that it was using Ant-contrib's "forget" task
> (http://ant-contrib.sourceforge.net/tasks/tasks/forget.html).
Thanks Gan, that's unfortunate. Could you please update the Bugzilla
issue with
Hi Stefan,
Thanks for the clarification.
I investigated into this problem in our user's environment, and found
that it was using Ant-contrib's "forget" task
(http://ant-contrib.sourceforge.net/tasks/tasks/forget.html). The task
simply created a child thread of main ant thread, and using this new
On 2015-01-15, Gan Dong wrote:
> Recently, I came across a problem in Ant and the solution seems to
> write a custom LocalProperties implementation to fix the issue. But I
> found that this class has a sole privet constructor which prevents me
> from sub-classing it:
> 55 /**
> 56 * Cons
Hi experts,
Recently, I came across a problem in Ant and the solution seems to
write a custom LocalProperties implementation to fix the issue. But I
found that this class has a sole privet constructor which prevents me
from sub-classing it:
55 /**
56 * Construct a new LocalProperties obj