Monday, 16 February 2015

CREATING BATCH FILE

Creating a batch file is so simple, all we do is create simple text file and change the extension as .bat.Inside that bat file all we have do is type ant -f .\build.xml  <Starting Target Name>. The important thing to be consider is, place the bat file in root directory as show in the image below