DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28060>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28060 AntClassLoader .getResource( .. ) generate file url that can not be converted into URI Summary: AntClassLoader .getResource( .. ) generate file url that can not be converted into URI Product: Ant Version: 1.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The AntClassLoader .getResource( .. ) generate a URL that start with file:C:/folder... The URL can not be converted to an URI as it is not considered to be an absolute path. The URL should be file:/C:/folder wich can be converted into an URI. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]