Re: AntClassLoader and the system classloadr.

2010-09-29 Thread Steve Loughran
On 15/09/10 05:27, Stefan Bodewig wrote: On 2010-09-14, Rafael de F. Ferreira wrote: From a cursory inspection of org.apache.tools.ant.AntClassLoader, it seems Ant only delegates to the system ClassLoader if the class being loaded belongs to a fixed set of packages[1]. No, Ant almost always

Re: AntClassLoader and the system classloadr.

2010-09-15 Thread Rafael de F. Ferreira
On Wed, Sep 15, 2010 at 1:27 AM, Stefan Bodewig wrote: > On 2010-09-14, Rafael de F. Ferreira wrote: > >> From a cursory inspection of org.apache.tools.ant.AntClassLoader, it >> seems Ant only delegates to the system ClassLoader if the class being >> loaded belongs to a fixed set of packages[1]. >

Re: AntClassLoader and the system classloadr.

2010-09-14 Thread Stefan Bodewig
On 2010-09-14, Rafael de F. Ferreira wrote: > From a cursory inspection of org.apache.tools.ant.AntClassLoader, it > seems Ant only delegates to the system ClassLoader if the class being > loaded belongs to a fixed set of packages[1]. No, Ant almost always delegates to the system classloader firs

AW: AntClassLoader and the system classloadr.

2010-09-14 Thread Rainer Noack
...@gmail.com] Im Auftrag von Rafael de F. Ferreira Gesendet: Dienstag, 14. September 2010 18:46 An: user@ant.apache.org Betreff: AntClassLoader and the system classloadr. Hello. I've run into an issue with ant's classloading strategy. When I try to run a Java class with the tas

AntClassLoader and the system classloadr.

2010-09-14 Thread Rafael de F. Ferreira
Hello. I've run into an issue with ant's classloading strategy. When I try to run a Java class with the task, I get a ClassNotFoundException for com.sun.xml.internal.ws.spi.ProviderImpl. >From a cursory inspection of org.apache.tools.ant.AntClassLoader, it seems Ant only delegates to the system