On 2009-03-04, sebb <seb...@gmail.com> wrote:

> These all show errors of the form:

> java.io.FileNotFoundException:
> /home/continuum/data/working-directory/176/target/test-classes/test%20with%20spaces.txt
> (No such file or directory)
>       at java.io.FileInputStream.open(Native Method)
>       at java.io.FileInputStream.<init>(FileInputStream.java:106)
>       at 
> org.apache.commons.compress.AbstractTestCase.createArchive(AbstractTestCase.java:166)

> Looks like there is some incorrect URL encoding going on, as the file
> "test with spaces.txt" does exist.

> This does not happen for me on WinXP.

Yes, the failures are platform specific (the tests pass on Windows but
fail on Linux for me as well).

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to