On Thu, 8 Jul 2004, Jan Materne <[EMAIL PROTECTED]> wrote:

> A first view into the build.xml seems to add the test classes (and
> sources) to the classpath, but it doesnt ...

Delegating class loaders.

The core Ant classes are loaded by a classloader closer to the system
classloader than the one the nested <classpath> defines, so your
Class.forName never has a chance to reach up for it.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to