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=30601>.
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=30601

Error in jar task





------- Additional Comments From [EMAIL PROTECTED]  2004-08-25 21:37 -------
It's clear that the MANIFEST spec says that lines cannot be longer than 72
chars. ( I won't try to speculate on the reason ).  However, the problem lies in
Manifest.java where the code which arbirarily wraps lines to no more than 70
characters does not attempt to wrap on white space.  Instead it'll just chop a
word into two pieces.   This is roughly line 300 in the method writeValue.
I would recommend changing this so that in addition to chopping it to no more
than 70 chars, it will only do so on white space.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to