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=23339>. 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=23339 Core Task War, Ear, Jar should have the M feature available Summary: Core Task War, Ear, Jar should have the M feature available Product: Ant Version: 1.5.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The MANIFEST.MF file has a Class-Path value that can be set to include jar files in the classpath of the above files. The current core tasks however do not give the option to not create the Manifest file (using jar it is the M flag). Because of this, if the Class-Path value is longer than 71 characters a hard line is used and the filenames are broken up. This makes the Class-Path entry invalid for any listings after the end of the first line (including a separated file on the first line). Recommend that an option be added to ANT to suppress the creation of the MANIFEST.MF file to be used in conjunction with the manifest option that allows for declaring the MANIFEST.MF file to be used with war, ear or jar. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]