On Thu, 5 Sep 2002, Jin Voon <[EMAIL PROTECTED]> wrote: > This might be really simple, but I couldn't figure out how to > decompress tar.Z files in Ant!
You'll probably need to fork "compress" and then work with the .tar. Ant uses the java.util.zip.GZIP*Stream to read/write .gz files and some home brewed classes for bzip2. I'm not aware of a Java implementation for .Z (which shouldn't be too hard to write, but I don't know any). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
