Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 93549 invoked by uid 500); 9 May 2001 22:48:23 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 93495 invoked from network); 9 May 2001 22:48:16 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: How to update a jar? Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 9 May 2001 23:48:16 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to update a jar? Thread-Index: AcDY2fdzhU8+zokVSsGIsAvkxK1wGwAABLHg From: "Jon Skeet" To: X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > use zip task instead=20 > its like jar but doesnt create the manifest file!=20 The jar task actually extends the zip task, IIRC. Does the zip task have update features? I didn't think so, but I could be=20 wrong. Jon