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=30593>.
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=30593

testcase XMLReportTest fails when build directory's path contains spaces.





------- Additional Comments From [EMAIL PROTECTED]  2004-08-12 18:45 -------
I see.  I'd still favor the older URLDecoder.decode(String) method over
FileUtils.fromURL as it appears that it would be (somewhat) faster since we
already have a URL object.  That is, URLDecoder.decode(url.getFile ()) parses
the file portion of the url whereas FileUtils.fromURL(url.toString()) parses the
entire url.

However, it's a minor point and I'm willing code it either way to see this
fixed.  Should I attach a new patch file?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to