Re: org.apache.tools.ant.property.LocalProperties cannot be extended

2015-01-28 Thread Gan Dong
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

Re: org.apache.tools.ant.property.LocalProperties cannot be extended

2015-01-26 Thread Stefan Bodewig
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

Re: org.apache.tools.ant.property.LocalProperties cannot be extended

2015-01-25 Thread Gan Dong
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

Re: org.apache.tools.ant.property.LocalProperties cannot be extended

2015-01-20 Thread Stefan Bodewig
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

org.apache.tools.ant.property.LocalProperties cannot be extended

2015-01-14 Thread Gan Dong
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