@commons.apache.org ; Benjamin Marwell
Betreff: Re: [VFS] unexpected 'relative path' in verify.groovy
Okay,
the exact error message is:
Could not find file with URI
"tar:file:home/user/git/apache/vfs-invoker-groovy/target/it/vfs-it/target/dependency/vfs-invoker-groovy-1.0
Okay,
the exact error message is:
Could not find file with URI
"tar:file:home/user/git/apache/vfs-invoker-groovy/target/it/vfs-it/target/dependency/vfs-invoker-groovy-1.0.0-SNAPSHOT.tar!/hello.txt"
because it is a relative path, and no base URI was provided.
In fact, adding commons-compress
Hi everyone,
I think I figured part of it out myself.
The wiki page
https://cwiki.apache.org/confluence/display/COMMONS/ExtractAndDecompressGzipFiles
does not mention that commons-compress is needed in the classpath.
The github project has some other flaws, too. I will put in some more work.
Be