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=3282 *** shadow/3282 Mon Aug 27 09:26:02 2001 --- shadow/3282.tmp.28480 Mon Aug 27 09:26:02 2001 *************** *** 0 **** --- 1,29 ---- + +============================================================================+ + | jar task ignores manifest | + +----------------------------------------------------------------------------+ + | Bug #: 3282 Product: Ant | + | Status: NEW 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 | + The jar task ignores a given manifest file and uses the default one instead. + However, the existance of the given manifest file _is_ checked. + + This bug is not present on Ant 1.3. + + Example: + + <target name="test2" depends="compile"> + <jar + jarfile="test2.jar" + manifest="src/etc/MANIFEST.MF" + /> + </target>
