Hi Darin,
Is there a bug report I could reference for this?
Not that I know of. I 'discovered' this whilst using ant as an API to let me build a mvn plugin. As soon as I had tracked it down to the Locator class, I went back through the old code to see what was different in the most recent version and saw that we no longer encode the URI before handing it to java.net.URI.create
We have: https://bugs.eclipse.org/bugs/show_bug.cgi?id=183283
I have re-tested my plugin code with ant + this fix and it works as expected (mvn on windows uses those stupid Docs & Settings folders). Ant 1.6.5 also works fine, it seems to be a regression from 1.6.5 -> 1.7.0 Kev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]