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=3287 *** shadow/3287 Mon Aug 27 14:31:23 2001 --- shadow/3287.tmp.29528 Mon Aug 27 14:31:23 2001 *************** *** 0 **** --- 1,43 ---- + +============================================================================+ + | jar with manifest broken in 1.5 alpha | + +----------------------------------------------------------------------------+ + | Bug #: 3287 Product: Ant | + | Status: NEW Version: unspecified | + | Resolution: Platform: PC | + | Severity: Major OS/Version: Windows NT/2K | + | Priority: Other Component: Core | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + (The bug report form doesn't list version 1.5 alpha) + + The manifest created with 1.5 alpha has a Create-By: and a blank line after + it. This blank line breaks the java Package class being able to retrieve info + (e.g., Package's .getSpecificationVendor() ) + ------------------------ + Manifest-Version: 1.0 + Created-By: Ant 1.5alpha + + Name: com/ventaso/prospector + Specification-Title: Prospector + Specification-Vendor: Ventaso + Specification-Version: 3.0 + Implementation-Version: 0.Ben's local build + Implementation-Title: com.ventaso.prospector + ---------------------- + + But under 1.3 the manifest is fine: + ---------------------- + Manifest-version: 1.0 + Name: com/ventaso/prospector + Specification-Title: Prospector + Specification-Version: 3.0 + Specification-Vendor: Ventaso + Implementation-Title: com.ventaso.prospector + Implementation-Version: 0.Ben's local build + ------------------------
