Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 64808 invoked from network); 25 Mar 2003 16:43:36 -0000 Received: from mc.sc1.ummail.com (66.187.250.17) by daedalus.apache.org with SMTP; 25 Mar 2003 16:43:36 -0000 Received: from shared-vs2.sc1.ummail.com (shared-fe2.sc1.ummail.com [66.187.248.41:25]) by mc.sc1.ummail.com with ESMTP id R0325-1143-245505; Tue, 25 Mar 2003 16:43:30 GMT X-PROVIDER-INFO: Contact abuse@unitedmessaging.com for abuse/spam/UBE complaints Received: from SHARED-BE3.sc1.ummail.com ([66.187.248.36]) by shared-vs2.sc1.ummail.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 25 Mar 2003 11:41:03 -0500 x-mimeole: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2F2ED.52E66448" Subject: Mixing compression within jars Date: Tue, 25 Mar 2003 11:41:03 -0500 Message-ID: <7D06034D2456074EB64F7FF88646A978149C72@shared-be3.ummailbox.net> Thread-Topic: Mixing compression within jars Thread-Index: AcLy7Z77SDLNxaDmScacs5pKeXL8bw== From: "Scaringi, Stephen" To: X-OriginalArrivalTime: 25 Mar 2003 16:41:03.0432 (UTC) FILETIME=[530CE480:01C2F2ED] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2F2ED.52E66448 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello,=20 We're running ant 1.5.2, and having problems getting compressed and = uncompressed files in the same jar. We have two jar tasks set up for each jar: the first creates the jar and = adds the compressed files, and the second updates the jar with the = uncompressed files. The update jar task only specifies the uncompressed = files to add to the jar.=20 The problem is that the update task deletes all the files already in the = jar, so we end up with a jar containing only a couple of uncompressed = files.=20 Is there any way to create a jar of compressed and uncompressed files = using the jar task in ant? Thanks,=20 -Stephen ------_=_NextPart_001_01C2F2ED.52E66448--