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=8756>. 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=8756 PathTokenizer on NetWare has tokenizing bug - AvailableTest 21 fails Summary: PathTokenizer on NetWare has tokenizing bug - AvailableTest 21 fails Product: Ant Version: 1.5Beta1 Platform: Other OS/Version: Netware Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] taskdefs.AvailableTest, test 21 fails on NetWare. It is trying to parse the XML attr - "classpath="${java.home}/lib/rt.jar:${java.home}/lib/classes.zip" (which is expanded to SYS:\JAVA/lib/rt.jar:SYS:\JAVA/lib/classes.zip) It looks like this is a scenario that my parsing code in PathTokenizer doesn't take into account. Even though PathTest.java tests a fairly extensive set of scenarios, it did not test this exact type of string. I have the fix and some more PathTest.java enhancements that I will attach to this bug report. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
