Hi,
I'm looking for the problem that is resolved by commit r531340 .
This commit introduced two bugs,
http://issues.apache.org/bugzilla/show_bug.cgi?id=42227
http://issues.apache.org/bugzilla/show_bug.cgi?id=42222
I'm trying to fix these bugs, but would like to know which failing usecase
was resolved by the commit.
The usecase that failed was when I used ant as a library (ant.jar &
ant-launcher.jar) within the context of a maven2 plugin.
I got the same results (pre-commit) as bug #42222 ie.
Caused by: java.net.URISyntaxException: Illegal character in path at index 18:
file:/C:/Documents and
Settings
the character at index 18 is of course the Space that should be a %20 for a URI.
Regarding the bug #42227, it does look like my commit has caused the
import to break, although what the immediate fix is that will also
prevent #42222 I'm not sure at present.
Thanks for the bug report and bringing it to my attention,
Kev
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]