From ant-dev-return-15816-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Wed Jul 18 14:35:32 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 48814 invoked by uid 500); 18 Jul 2001 14:35:30 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 48805 invoked from network); 18 Jul 2001 14:35:30 -0000 Date: 18 Jul 2001 14:35:29 -0000 Message-ID: <20010718143529.8929.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [Bug 2644] - jar task fails with java.util.zip.ZipException X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2644 *** shadow/2644 Wed Jul 18 07:28:26 2001 --- shadow/2644.tmp.8924 Wed Jul 18 07:35:29 2001 *************** *** 2,9 **** | jar task fails with java.util.zip.ZipException | +----------------------------------------------------------------------------+ | Bug #: 2644 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | | Severity: Minor OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | jar task fails with java.util.zip.ZipException | +----------------------------------------------------------------------------+ | Bug #: 2644 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | | Severity: Minor OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 48,50 **** --- 48,58 ---- But, I got the latest from CVS and it works okay with Java 1.3 + + + ------- Additional Comments From bodewig@apache.org 2001-07-18 07:35 ------- + If there were no files, Ant would complain - or create an empty zip file depending + on the whenempty attribute. + + Problem must be different, but as it seems to be fixed in the nightly build, I'll + mark it resolved.