Search code examples
javaantdos2unix

unix2dos (or dos2unix) in ant


How do I do unix2dos (or dos2unix) with ant. I.e. I want to change the newlines from linux newlines (if any) to dos newlines


Solution

  • Found - it is the Ant FixCRLF task.