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=37340>. 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=37340 Summary: Unwanted feature : Manifest task remove newlines Product: Ant Version: 1.6.5 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: major Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I have a correct manifest.mf with : Provide-Package: aaaaaaaaa,(newline) (space)bbbbbbbb And the following ant task : <manifest file="MANIFEST.MF" mode="update"> <attribute name="Bundle-Version" value="x.y.z"/> </manifest> The version is correctly updated, but the (newline) in provide-package is removed; This is correct according to JAR documentation by SUN (1.4.2), but this seems to be unsuported by Eclipse, and I think it is not correct to remove the newlines... The correct behaviour for me is that only the Bundle-Version change, not the rest of the manifest.mf !!! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]