weird problem in including manifest file in jar 2003-07-02 - By Marco Mistroni
Back hi all, i have encountered a weird problem while pacaking my jar file with a manifest. i am trying to deploy an .ear file, made of multiple jars and ejbs, and i have written a manifest file since one of the jars have to reference classes in another.
here is the original manifest file
Manifest-Version: 1.0 Created-By: 1.3.1_07 (Sun Microsystems Inc.) Class-Path: commerce.jar castor-0 (See http://tor-0.ora-code.com).9.3.9.jar castor-0 (See http://tor-0.ora-code.com).9.3.9-xml.jar sapws.jar
after packaging the jar, i have extracted all the files to see if the manifest was still correct.. and, surprise surprise, here is the output
Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.3 Created-By: 1.3.1_07 (Sun Microsystems Inc.) Class-Path: commerce.jar castor-0 (See http://tor-0.ora-code.com).9.3.9.jar castor-0 (See http://tor-0.ora-code.com).9.3.9-xml.jar sap ws.jar
so, it looks like during packaging there is a maximum lenght for a line...
and then, when i run wls 7.0 it always complain that it cannot find one class contained in castor xml files.....
anyone has any idea of the problem?
regards marco
==========================================================================To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|