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: [EMAIL PROTECTED]                                   |
+ |  Reported By: [EMAIL PROTECTED]                                       |
+ |      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

Reply via email to