How can i execute commands on a remote machine using ant, which include expanded property values using the <telnet> task?
Created May 7, 2012
Erik Hatcher Use the 'string' attribute instead:
<write string="cd ${unix_release_dir}/${unix_build_dir}"/>