On Wed, 10 Oct 2001, Conor MacNeill <[EMAIL PROTECTED]> wrote: > The main problem though is that there is not a single classloader > for tasks but, potentially, one for each taskdef.
Store the classloader with the task defined via such a <taskdef> explicitly with the task and use that to set the context classloader before executing a task? This could be done with some simple changes to Definer and Task.perform. Stefan
