Ant contrib test can fail if there is a space in path to lucene project -----------------------------------------------------------------------
Key: LUCENE-1416 URL: https://issues.apache.org/jira/browse/LUCENE-1416 Project: Lucene - Java Issue Type: Bug Components: contrib/* Reporter: Mark Miller Priority: Trivial A couple contrib ant tests get the path to test files through a URL object, and so the path is URL encoded. Normally fine, but if you have a space in your path (/svn stuff/lucene/contrib/ant) then it will have %20 for the space and (at least on my Ubuntu system) the test will fail with filenotfound. This patch simply replaces all %20 with " ". Not sure if we want/need to take it any further. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]