
To integrate Ant build file with the Eclipse IDE, first create a build.xml file, right click the project select New->Other->XML, enter the name as...
0 replies - 11943 views - 06/13/12 by Meyyappan Muthuraman in Articles

Example
Build File
Project
Ant Installation Example
Download
Download
Ant Sample Build File -...
0 replies - 5874 views - 06/13/12 by Meyyappan Muthuraman in Articles

You can also group all the property values in a separate properties
file and include it in the ant build file. Here the build.properties
file contains all...
0 replies - 20776 views - 06/13/12 by Meyyappan Muthuraman in Articles

In this example you will see how to structure the project. If the
grows bigger, it will become a problem to manages the files if all the
files are there in...
0 replies - 23211 views - 06/13/12 by Meyyappan Muthuraman in Articles

The <property> task is used to set the Ant properties. The property value is immutable, once the value is set you cannot change it.
To set a property...
0 replies - 13090 views - 06/13/12 by Meyyappan Muthuraman in Articles

Ant is free and open source build tool, written in Java, helps in
automating the entire build process of a Java development project.
Ant uses XML...
0 replies - 4264 views - 06/13/12 by Meyyappan Muthuraman in Articles

I am using the Spring SimpleFormController example to illustrate the build process. The figure below shows the structure of the web application.
All the...
0 replies - 46234 views - 06/13/12 by Meyyappan Muthuraman in Articles