You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ma...@sedonacorp.com on 2001/07/05 15:49:23 UTC

possible bug

i think i might have found a possible bug.  someone please verify this
one.
it seems that when you untar a file, the original permissions don't seem
to
be preserved.  I have a .tar.gz file of a tomcat distribution.  First,
the file is
ungzipped, and then untarred.  However, the bin/startup.sh  and all
other .sh
files  do not have the execute bit set, even though it is set in the
archive, and
in the directory structure from where it was tarred up.  For now, i'm
going to
chmod all the .sh scripts, but this should probably be fixed.


--
Matt Inger (matt.inger@sedonacorp.com)
Sedona Corporation
455 S. Gulph Road, Suite 300
King of Prussia, PA 19406
(484) 679-2213
"Self-respect - the secure feeling that no one,
 as yet, is suspicious." -H.L. Mencken




Re: possible bug

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 05 Jul 2001, matt inger <ma...@sedonacorp.com> wrote:

> it seems that when you untar a file, the original permissions don't
> seem to be preserved.

Speaking of the untar task, this is true.

Stefan