You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/01/18 18:26:35 UTC

DO NOT REPLY [Bug 6606] META-BUG problems with delegating classloaders

https://issues.apache.org/bugzilla/show_bug.cgi?id=6606

Martin von Gagern <Ma...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Martin.vGagern@gmx.net

--- Comment #31 from Martin von Gagern <Ma...@gmx.net> 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.