DO NOT REPLY [Bug 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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.

[EMAIL PROTECTED] changed:

   What|Removed |Added

  BugsThisDependsOn||30642
 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |1.6.3
Version|1.7Alpha (nightly)  |1.6.2

This bug depends on bug 30642, which changed state:

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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



DO NOT REPLY [Bug 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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-11-05 03:57 ---
The latest patch for Bug 30642 also fixes this bug as both bugs reported the
same problem but in separate files.

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



DO NOT REPLY [Bug 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-08-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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-13 04:55 ---
Created an attachment (id=12412)
Updated patch using JDK 1.2 version of URLDecoder.decode()

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



DO NOT REPLY [Bug 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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]



DO NOT REPLY [Bug 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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 15:07 ---
The decode method you have used is from JDK 1.4. There is, however, a method in
Ant's FileUtils (fromURI()) which should be suitable, although it does not
consider encoding when converting bytes to chars.

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



DO NOT REPLY [Bug 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-08-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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-11 14:11 ---
Created an attachment (id=12390)
patch to add URL decoding

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