PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3325 Tue Aug 28 16:56:25 2001
--- shadow/3325.tmp.16833       Tue Aug 28 16:56:25 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | The attribute manifest in the jar task does not work                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3325                        Product: Ant                     |
+ |       Status: UNCONFIRMED                 Version: 1.4Beta2                |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Core tasks              |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                   |
+ |  Reported By: [EMAIL PROTECTED]                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Using this target
+   <target name="dist" depends="compile">
+     <mkdir dir="${dist}"/>
+     <jar jarfile="${dist}/${app.Name}.jar"
+       basedir="${build}"
+       manifest="manifest"/>
+   </target>
+ ant is not placing the manifest file in the jar file. It is placing the 
default 
+ one

Reply via email to