Hallo!
> I am running the VFS test suite. I have problems, so I do manual tests.
> In one of them, I try to parse the following URI (the file does exist)
> uri = "tar:gz://Z:\\programming\\apache\\jakarta\\commons\\vfs\\target\
> \test-data\\nested.tar.gz!/nested.tar/file1.txt";
> byy calling manager.resolveFile("uri");
>   
The above url has a problem. Try to change it to som

FileObject fifo =
VFS.getManager().resolveFile("tar:gz://Z:\\programming\\apache\\jakarta\\commons\\vfs\\target\\test-data\\nested.tar.gz!/nested.tar!/file1.txt");

Note the additional "!" after nested.tar. You have two layers (tar and
gz) so you need two layer demarcations.


Ciao,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to