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=6240>. 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=6240 Class-Path in manifest used in Jar task breaks up. Summary: Class-Path in manifest used in Jar task breaks up. Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When specifying a manifest in the jar task, the classpath is broken up. This seems to cause problems on IBM's AIX (using IBM JDK). Besides, it is strangely cut off. ====== Generated ===== Manifest-Version: 1.0 Created-By: Ant 1.4.1 Class-Path: xerces.jar log4j.jar mosel.jar fbclasses.jar castor-xml.ja r jakarta-regexp-1.2.jar ===== Original ====== (class-path on a single line) Manifest-Version: 1.0 Class-Path: xerces.jar log4j.jar mosel.jar fbclasses.jar castor-xml.jar jakarta- regexp-1.2.jar version.jar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
