Re: Directly extract tar.gz or bz2 package

2006-07-21 Thread Vincent
: Yes. http://ant.apache.org/manual/index.html -Rob A -Original Message- From: Vincent [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 8:20 PM To: user@ant.apache.org Subject: Directly extract tar.gz or bz2 package Hi , I am wondering is it possible to directly get the content

Re: Directly extract tar.gz or bz2 package

2006-07-21 Thread James Fuller
, Vincent On 7/20/06, Anderson, Rob (Global Trade) [EMAIL PROTECTED] wrote: Yes. http://ant.apache.org/manual/index.html -Rob A -Original Message- From: Vincent [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 8:20 PM To: user@ant.apache.org Subject: Directly extract tar.gz

Re: Directly extract tar.gz or bz2 package

2006-07-19 Thread Alexey N. Solofnenko
Yes: http://ant.apache.org/manual/CoreTasks/unpack.html and http://ant.apache.org/manual/CoreTasks/unzip.html . Please note that bzip2 handling is very slow. It is much faster to run bunzip2. - Alexey. Vincent wrote: Hi , I am wondering is it possible to directly get the content of tar.gz

RE: Directly extract tar.gz or bz2 package

2006-07-19 Thread Anderson, Rob (Global Trade)
Yes. http://ant.apache.org/manual/index.html -Rob A -Original Message- From: Vincent [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 8:20 PM To: user@ant.apache.org Subject: Directly extract tar.gz or bz2 package Hi , I am wondering is it possible to directly get

Directly extract tar.gz or bz2 package

2006-07-18 Thread Vincent
Hi , I am wondering is it possible to directly get the content of tar.gz or bz2 package? Currently we have to use gunzip and untar to do this. best regards, Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional