I was not able to get anything built into ANT to work either in terms of 
preserving file permissions.  I had to resort to using exec task and running a 
real tar command.  I chose bsdtar as I could get a version compiled for all of 
my supported platforms.  I then choose the appropriate bsdtar exe to run based 
on my platform.

---
Shawn Castrianni


-----Original Message-----
From: Lin Sun [mailto:linsun....@gmail.com] 
Sent: Friday, January 07, 2011 2:32 PM
To: user@ant.apache.org
Subject: Untar task in Ant

Hi

I 'd like to use untar task in ant, looks very cool and mature!  :)
In reading through the user doc, I don't see much restrictions
limited.  I'd like to know if it supports any of the following -

1) unlimited tar size and tar entry size
2) support the full POSIX tar standard or more modern GNU extension of
said standard
3) able to preserve file permissions after untar (I tried this and
this doesn't seem to work... always uses the default values for files
and directories)

Thanks so much!

Lin

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

----------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to