You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/18 16:22:12 UTC

[Bug 1193] - jar does not 'merge' manifest file

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 <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: conor@cortexebusiness.com.au                                 |
! |  Reported By: Pierre.van.Rooden@omroep.nl                                  |
! |      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.