RE: AW: Taskdef classloader issue: Solution found

2009-06-04 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: AW: Taskdef classloader issue: Solution found > Date: Thu, 4 Jun 2009 13:45:33 +0200 > From: juergen.knuple...@icongmbh.de > To: user@ant.apache.org > > Hello, > > The real solution for my task

AW: Taskdef classloader issue: Solution found

2009-06-04 Thread Knuplesch, Juergen
Hello, The real solution for my taskdef problem looks like: David Wood writes about a similar problem and solved it by using: > > // Get the task class loader we used to load this tag. > AntClassLoader taskloader = > (AntClassLoader)this.getClass().getClassLoader(); > > // Shove it into th