Re: ClassLoader classpath of a TaskDef'd task

2014-04-15 Thread Edoardo Vacchi
Please notice that I am having the problem in *netbeans*! the problem seems not to be occurring from the CLI On Tue, Apr 15, 2014 at 9:10 AM, Edoardo Vacchi wrote: > My taskdef'd task uses >Thread.currentThread().getContextClassLoader(); > to load dynamically a series of classes *during* the

ClassLoader classpath of a TaskDef'd task

2014-04-15 Thread Edoardo Vacchi
My taskdef'd task uses Thread.currentThread().getContextClassLoader(); to load dynamically a series of classes *during* the execution of the task itself. These classes are actually the same jar of the task implementation. Now, if I put my jars in ~/.ant/lib the task works. If I use ... wh