Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 13082 invoked from network); 10 Apr 2007 17:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2007 17:38:54 -0000 Received: (qmail 63762 invoked by uid 500); 10 Apr 2007 17:38:59 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 63721 invoked by uid 500); 10 Apr 2007 17:38:59 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 63710 invoked by uid 99); 10 Apr 2007 17:38:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 10:38:59 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 10:38:52 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id A8202714071; Tue, 10 Apr 2007 10:38:32 -0700 (PDT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 41985] - Zip task changes the file attributes of entries when updating the archive In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070410173832.A8202714071@brutus.apache.org> Date: Tue, 10 Apr 2007 10:38:32 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=41985 ------- Additional Comments From carej@us.ibm.com 2007-04-10 10:38 ------- Because there's no way to faithfully query the permissions in a pure-Java way? Take a closer look at the permission-related API additions to java.io.File: I don't see a way to query ALL of the permission data. The APIs that are there can only tell you if the current process can read, write or execute a given file - they don't cover world or groups. You can _almost_ make an argument for permission preservation for , but even there the APIs don't cover standard UNIX permissions. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org