https://issues.apache.org/bugzilla/show_bug.cgi?id=53049
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Stefan Bodewig <[email protected]> --- the system propery java.class.path doesn't tell you anything about the classloader that was used. If you'd fork the junit task you'd see all you expect. For a non-forked execution you'll get a real answer by String classPath = ((org.apache.tools.ant.AntClassLoader) DummyTest.class.getClassLoader()).getClasspath(); -- You are receiving this mail because: You are the assignee for the bug.
