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.





------- Additional Comments From [EMAIL PROTECTED]  2003-04-23 14:14 -------
OK, I think I've fixed two thing:

(1) loaderId may be null, so we better don't try to store it in project if it 
is.

(2) getUniqueClassLoaderForPath didn't return the classloader it just created 
but
null.

Still more problems, now it doesn't find the classes that are supposed to be on 
the
classpath.  More research to come, I guess.

    [junit] Testcase: testCustomFilter took 0,235 sec
    [junit]     Caused an ERROR
    [junit] typedef class
org.apache.tools.ant.filters.DynamicFilterTest$CustomFilter cannot be found
    [junit]
/home/bodewig/ASF/jakarta/jakarta-ant/src/etc/testcases/filters/dynamicfilter.xml:19:
typedef class org.apache.tools.ant.filters.DynamicFilterTest$CustomFilter cannot
be found
    [junit]     at
org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:251)

This class is supposed to be available in the classloader running the unit tests
as well as the path defined as nested element in the <typedef>.

Reply via email to