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
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].
>
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
...@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
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