Re: For every usage of Ant class api, different class loader

2009-11-08 Thread Stefan Bodewig
On 2009-11-07, Gilles Scokart wrote: > An other aproach is to specify a loader id when declaring the tasks in the > parent project (and make sure your inherit this id in the subclass). IIRC Raja's problem was that static blocks didn't get re-run for projects if the tasks where sharing the same c

Re: For every usage of Ant class api, different class loader

2009-11-07 Thread Gilles Scokart
An other aproach is to specify a loader id when declaring the tasks in the parent project (and make sure your inherit this id in the subclass). Gilles Scokart 2009/11/5 Stefan Bodewig > On 2009-11-05, Raja Nagendra Kumar wrote: > > > When we are using Ant.java/class api Is it possible to exp