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=31251>. 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=31251 manifest task improperly truncates long lines for classpath attribute. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-09-16 00:14 ------- This is not BROKEN. If you believe it is broken, please tell us *how* it is broken. What effect does it have? What does not work? What part of the spec does it violate? To test this out, I wrote a little test - attached. The result for your manifest is test: [javac] Compiling 1 source file [java] Class path = ResponseGenerator.jar TestSequences.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-fileupload.jar commons-lang.jar commons-lo gging.jar commons-validator.jar jakarta-oro.jar struts-legacy.jar struts.jar which indicates the manifest has been put back together correctly. Is your problem just that this looks bad? Your proposed change will break for any classpath entry which is longer than 70 characters (and even less for the first entry in the classpath). Note that this issue comes up regularly: http://issues.apache.org/bugzilla/show_bug.cgi?id=22530 http://issues.apache.org/bugzilla/show_bug.cgi?id=10960 http://issues.apache.org/bugzilla/show_bug.cgi?id=3811 http://issues.apache.org/bugzilla/show_bug.cgi?id=9258 http://issues.apache.org/bugzilla/show_bug.cgi?id=7079 http://issues.apache.org/bugzilla/show_bug.cgi?id=6240 http://issues.apache.org/bugzilla/show_bug.cgi?id=6076 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
