https://issues.apache.org/bugzilla/show_bug.cgi?id=6606
Martin von Gagern <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #31 from Martin von Gagern <[email protected]> 2010-01-18 09:26:28 UTC --- I've got two cross references, both patches available. Bug #47003 makes AntClassLoader in combination with the <classloader> task much more powerful, by ensuring that the ant core class loader will always be an AntClassLoader, which in turn allows addition of class path elements. The result is that you can simply use <classloader> to extend the core ant classpath at need, and don't have to worry about a complicated classloader hierarchy. Bug #47002 takes yet another shot at <junit> and the missing TraXLiaison. This time without forking, but instead through yet another nested <classpath> element. Unfortunately both patches have seen no comments or review yet. Still waiting... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
