From ant-dev-return-15813-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Wed Jul 18 14:22:11 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 23553 invoked by uid 500); 18 Jul 2001 14:22:11 -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 23543 invoked from network); 18 Jul 2001 14:22:11 -0000 Date: 18 Jul 2001 14:22:12 -0000 Message-ID: <20010718142212.8837.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: Pierre.van.Rooden@omroep.nl Cc: ant-dev@jakarta.apache.org Subject: [Bug 1193] - jar does not 'merge' manifest file X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1193 *** shadow/1193 Sun May 20 17:24:25 2001 --- shadow/1193.tmp.8834 Wed Jul 18 07:22:12 2001 *************** *** 1,19 **** ! Bug#: 1193 ! Product: Ant ! Version: 1.2 ! Platform: PC ! OS/Version: Linux ! Status: NEW ! Resolution: ! Severity: Minor ! Priority: Low ! Component: Build Process ! AssignedTo: ant-dev@jakarta.apache.org ! ReportedBy: Pierre.van.Rooden@omroep.nl ! URL: ! Cc: ! Summary: jar does not 'merge' manifest file ! When I specify a manifest file in the command, that manifest file is added unchanged to the META-INF directory. This is different from specifying a manifest file on the jar commandline (with --- 1,19 ---- ! +============================================================================+ ! | jar does not 'merge' manifest file | ! +----------------------------------------------------------------------------+ ! | Bug #: 1193 Product: Ant | ! | Status: NEW Version: 1.2 | ! | Resolution: Platform: PC | ! | Severity: Minor OS/Version: Linux | ! | Priority: Low Component: Build Process | ! +----------------------------------------------------------------------------+ ! | Assigned To: conor@cortexebusiness.com.au | ! | Reported By: Pierre.van.Rooden@omroep.nl | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | When I specify a manifest file in the command, that manifest file is added unchanged to the META-INF directory. This is different from specifying a manifest file on the jar commandline (with *************** *** 20,23 **** -m filename), since the latter adds information to the manifest: the Manifest-Version and Created-By fields. It would be desirable if the command would make use of the -m parameter ! of jar, rather than copy the file. --- 20,23 ---- -m filename), since the latter adds information to the manifest: the Manifest-Version and Created-By fields. It would be desirable if the command would make use of the -m parameter ! of jar, rather than copy the file.