How to remove ctrl-M characters in unix files

2011-10-03 Thread LeSamourai
I couldn't find any documentation or information after googling regarding how ant handles this special character. I've been trying to use the replace and replaceregexp tasks but have had no luck. Any help is appreciated. -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-re

Re: How to remove ctrl-M characters in unix files

2011-10-03 Thread LeSamourai
Got it, used the fixcrlf task. Now one more question, how do I escape "./"? I want to remove actual "./" in files. -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-remove-ctrl-M-characters-in-unix-files-tp4865533p4866623.html Sent from the Ant - Users mailing list archiv