Top Stories published by technodyne in July of 2012

Building with Apache ANT part 2

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.

Using separate property file


Building with Apache ANT part 1

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.