Using ANT to fix end of line problem in scripts or text files
One of the ant tasks which has been overlooked is the one related to files. ANT can do some really useful things for us. When development environment is windows and deployment environment is *nix we always face the problem of ^M characters. The text files edited and saved in windows will have special...