In the previous post i have mentioned that how to set up ant and how to create a simplebuild.xml file. Here are more stuff to do with Ant.
ANT is a java library which can be used to automate the building process of java application. It is a command-line tool. Lot of tasks can be done using ant. Compiling, Testing,Assembling and as well as running the java applications.
Suppose we need to create the following folder structure in our java application.