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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-09-14 14:30 ------- If a wrapped manifest really is not acceptable to your container then, unfortunately, you need a new container. Ant implements the Java Jar file specification - see http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html Please refer specifically to the Notes section, where you will find: # Line length: No line may be longer than 72 bytes (not characters), in its UTF8-encoded form. If a value would make the initial line longer than this, it should be continued on extra lines (each starting with a single SPACE). We often get bug reports like this and in most cases it turns out that the manifest is NOT the problem. I suggest you look into other possible causes of your problems. In fact, I had a quick look at the Manifest reading code in the JDK 1.4 src.zip and I think it will throw an exception if a manifest line exceeds 512 bytes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]