Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 22942 invoked from network); 9 Aug 2005 13:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 13:40:38 -0000 Received: (qmail 49025 invoked by uid 500); 9 Aug 2005 13:40:31 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 48977 invoked by uid 500); 9 Aug 2005 13:40:30 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 48964 invoked by uid 99); 9 Aug 2005 13:40:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 06:40:30 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.227.126.184] (HELO moutng.kundenserver.de) (212.227.126.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 06:40:52 -0700 Received: from [212.227.126.203] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1E2ULC-0002FH-00 for user@ant.apache.org; Tue, 09 Aug 2005 15:40:26 +0200 Received: from [172.23.4.159] (helo=pustefix159.kundenserver.de) by mrvnet.kundenserver.de with esmtp (Exim 3.35 #1) id 1E2ULC-0005Kv-00 for user@ant.apache.org; Tue, 09 Aug 2005 15:40:26 +0200 Message-Id: <17594406.1123594826099.JavaMail.servlet@kundenserver> From: lists@bitfaeule.net To: Subject: zip- task on osx breaks permissions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Priority: 3 X-Binford: 6100 (more power) X-Mailer: Webmail X-Originating-From: 6293513 X-Routing: DE X-Message-Id: <6293513$1123594826098172.23.4.15922064166@pustefix159.kundenserver.de-365294552> X-Received: from pustefix159.kundenserver.de by 195.244.104.201 with HTTP id 6293513 for [user@ant.apache.org]; Tue, 9 Aug 2005 15:40:26 CEST Date: Tue, 09 Aug 2005 15:40:26 +0200 X-Provags-ID: kundenserver.de abuse@kundenserver.de ident:@172.23.4.159 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I need to zip a the contents of a folder on Mac OSX (10.[3|4]) Unfortunatly permissions are broken (executables are no longer executable) after I unpack my zipped components and empty directories are gone. This breaks my deliverables. If I call zip on the command line I have no such poblems. Can I use the ant zip task and keep the original permissions or do I need to wrap teh zip task in an exec-task? Is this a bug in the zip-task? here is my cpde: thanks for help. jacques --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org