Ant and thread context class loader

2006-10-24 Thread Joerg Heinicke
Hi, I have a problem with a library and an Ant task I wrote for it. Internally it tries to get the thread context class loader to load a class: ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); classLoader.loadClass(className); Unfortunately, this does not work in

Re: Ant and thread context class loader

2006-10-24 Thread Peter Reilly
On 10/24/06, Joerg Heinicke [EMAIL PROTECTED] wrote: Hi, I have a problem with a library and an Ant task I wrote for it. Internally it tries to get the thread context class loader to load a class: ClassLoader classLoader = Thread.currentThread().getContextClassLoader();