http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1193
*** shadow/1193 Tue Apr 3 05:14:54 2001 --- shadow/1193.tmp.16310 Tue Apr 3 05:14:55 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | 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 + -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.
