Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 92661 invoked from network); 12 Jan 2001 15:02:59 -0000 Received: from dryline-fw.wireless-sys.com (216.126.67.45) by h31.sny.collab.net with SMTP; 12 Jan 2001 15:02:59 -0000 Received: from somanetworks.com (glenn@watto.yyz.somanetworks.com [10.11.11.34]) by dryline-fw.wireless-sys.com (8.8.7/8.8.7) with ESMTP id KAA11048 for ; Fri, 12 Jan 2001 10:03:00 -0500 Sender: glenn@dryline-fw.wireless-sys.com Message-ID: <3A5F1CA3.69FFA8F4@somanetworks.com> Date: Fri, 12 Jan 2001 10:02:59 -0500 From: Glenn McAllister Organization: SOMA Networks X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Re: question about compressing jar files got lost? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Edwin.Guenthner@Compart.net wrote: > But I found no simple way to achieve this with ANT; it might be > done using the exec-task; but I would prefer a more high-level solution. So would we. :-) I'm affraid for Ant 1.2 you will have to go the exec route; there is no support for mixing compressed and uncompressed files in jars (or any zips for that matter). Glenn McAllister