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/24 16:41:45 UTC

[Bug 2766] New: - own manifest- file is ignored even it is declated in jar task

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2766

*** shadow/2766	Tue Jul 24 07:41:45 2001
--- shadow/2766.tmp.19422	Tue Jul 24 07:41:45 2001
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | own manifest- file is ignored even it is declated in jar task              |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2766                        Product: Ant                     |
+ |       Status: UNCONFIRMED                 Version: 1.3                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: Core tasks              |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: markowski_georg@gmx.de                                       |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I`m a new user of ant. My problem is that I have to put information about the 
+ version number of the source into the manifest-file. I can create a manifest-
+ file and I give ant the order to take it when it makes the jar.
+ <jar jarfile="src.zip"
+ 		  basedir="${src}"
+ 		  manifest="${mmanifest}"
+ 		  excludes="META-INF\MANIFEST.MF"
+ 		  />
+ But ant still is taking a blank manifest file instead of my manifest file. How 
+ can I get this solved?
+ Thanks a lot
+ Georg