martedì 9 ottobre 2012

Running dos commands from ant

http://www.coderanch.com/t/108032/tools/Running-dos-commands-ant

  1. <exec executable="xcopy">  
  2.       <arg value="build.xml"/>  
  3.       <arg value="temp"/>  
  4.       <arg value="/i"/>  
  5.   </exec>  

Nessun commento: