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=26300>. 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=26300 manifest task munges classpath entries ------- Additional Comments From [EMAIL PROTECTED] 2004-01-21 05:59 ------- The problem arises because there's no empty line before Class-Path. If you simply add and repackage by hand it will surely work! It should work if produced MANIFEST.MF looks like (between ============== ): ============== Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.0 Created-By: 1.4.2_02-b03 (Sun Microsystems Inc.) Main-Class: com.foo.MainClass Class-Path: JCalendar4.jar MDateSelector.jar forms-1.0.2.jar j2ee.jar jboss-client.jar jboss-common-client.jar jboss-j2ee.jar jbosssx-clien t.jar jnp-client.jar log4j.jar ============== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
