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: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: jar does not 'merge' manifest file ! When I specify a manifest file in the <jar > 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: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | When I specify a manifest file in the <jar > 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 <jar > 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 <jar > command would make use of the -m parameter ! of jar, rather than copy the file.
