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