Re: how to convert linefeeds using fixcrlf.

2008-09-18 Thread David Weintraub
Have you looked at the Ant documentation? It's pretty simple: ${eol.type} can be "asis", "cr", "lf", and "crlf" or you can (and probably prefer) the OS names as values "mac", "unix", "dos". According to the documentation, if you don't specify "eol", it will default to the eol-type of the machi

how to convert linefeeds using fixcrlf.

2008-09-18 Thread Lucas Albers
How do I convert line feeds to from unix to windows or windows to unix? 1.) This shows some example crlf http://jira.codehaus.org/browse/MPDIST-9 2.) Are these constants? What would they be? 3.) The first one converts from linux to windows or converts to linux?