Archive | January 25th, 2013

Execute batch file or shell script using Ant

January 25, 2013

0 Comments

This article discusses on how to execute a batch file or shell script using Ant.The article details about using exec command with an example code.We will write an Ant build script, which identifies the current operating system(OS) and based on the OS detected either a batch file or a shell script is executed.We assume that [...]

email