How to configure ANT such that some specific user messages are directed to file and not console output? I would like to configure some of my echo statements such that they point to a file and write to a file and not to console.
Created May 7, 2012
Jan Matèrne <echo file="..." append="true"/>, it´s described in the manual.