If you have a look at the manifest-spec [1], you'll see newline : CR LF | LF | CR (not followed by LF)
So the use of the windows line ending CR-LF is valid - on Unix, too. Jan [1] http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Manifest >-----Ursprüngliche Nachricht----- >Von: Noel Sebastien (BIL) [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 30. August 2006 10:16 >An: Ant Users List >Betreff: Jar task : Manifest File ends with Windows ending '\r'. > >Hello >Am I right to say that there is a little bug in the Jar task >about generating a manifest windows like on any platform (each >line ends with \r\n instead of \n only in Unix). ? >I am using Ant 1.6.5 and the jar task under Sun Solaris and my >manifest contains \r\n on each line. > > > >> - Sébastien Noel - >> >> > >--------------------- >An electronic message is not binding on its sender. >Any message referring to a binding engagement must be >confirmed in writing and duly signed. >--------------------- > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
