DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19213>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19213 Further Cleanup of the ClasspathUtils. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-04-23 15:05 ------- OK, getUniqueClassLoaderForPath doesn't even try to use the path it gets as argument. So after all, things are looking more and more different from your original patch. And then there is LoaderRefTest which insists on the instanceof check you skipped 8-) This same test also showed that <*def>'s loaderref attribute was suddenly ignored in absence of the magic property. What I've committed now passes the tests and looks a little bit more robust than your original submission - could you please check that I didn't break anything?