On Fri, May 6, 2011 at 11:09 AM, Ben Tu <ben...@gmail.com> wrote: > Hi, > > Is there a task in Ant that I can check if the file exists in myfile.tar.gz > file without extracting it? > >
With the tar being gzipped, I can't think of anything in core Ant that will just do this. If you want to gunzip it first, you can use the <archives> resource collection. Matt > > Here is the content of myfile.tar.gz after extracted. > > Dir1/ > > fileA > > fileB > > dir2/ > > fileC > > > > I want to check if fileC exists in myfile.tar.gz without extracting > myfile.tar.gz. is there such a task in Ant for this purpose? > > > > thanks, Ben > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org