DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31218>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31218 manifest attribute of ejbjar and war task wraps text Summary: manifest attribute of ejbjar and war task wraps text Product: Ant Version: 1.6.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am using the manifest attribute of the ejbjar and war tasks to include my own MANIFEST.MF file in the packaging of my application. I have a lot of external jar references that are listed in the manifest file so the singe Class-Path: entry in the MANIFEST.MF file is approximately 500 characters long. The MANIFEST.MF file that becomes part of my war or jar package gets wrapped after every 70 characters. This is not acceptable to the Java container reading the MANIFEST file to setup the classloader for my application. The desireable behavior is for the Ant task to copy the manifest file exactly as it appears in the source file and not to wrap text at all. Please contact me for any further assistance. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]