TDD Part 2 . Apache ANT tutorial
TDD Part 2 . Apache ANT tutorial
Apache ANT describe itself as “a Java-based build tool. In theory, it is kind of like Make, but without Make’s wrinkles.” Ant is widely used for building Java projects but I feel it is much more than that. For example it can be used for constructing a portable build system for a C/C++ project. (as make replacement). Simply said Ant is a scripting and automation tool based on XML.
Read More:
http://java-hobby.blogspot.com/2008/05/tdd-part-2-apache-ant-tutorial.html
Thanks