DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18206>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18206 ejbjar task doesn't preserve last line of MANIFEST.MF Summary: ejbjar task doesn't preserve last line of MANIFEST.MF Product: Ant Version: 1.6Alpha (nightly) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Per this thread: http://marc.theaimsgroup.com/?l=ant-user&m=104499187225668&w=2 Attached is a simple EJB and buildfile that reproduces this behavior. The MANIFEST.MF has an entry on the last line; the ejbjar task removes that entry, replacing it with an empty line. The jar task preserves that line, adding two empty lines at the end of the manifest.