Documentation and Books

Recent site activity

Apache Ant

What is Apache Ant?

Ant is a Java-based build tool. In theory, it is kind of like Make, without Make's wrinkles and with the full portability of pure Java code. To be a bit more specific, a build tool is like a macro language where you can by configuring an XML build file tell Ant what he needs to do, this could be compiling source files, creating JAR/WAR/EAR files or to perform an deployment or start unit testing. This process can save quite a lot of time if you have to do a certain number of steps everytime when you want to compile, deploy and then test your software.

My tutorials :

None

3rd party tutorials :

None

Software and downloads :

None

General questions and answers :


Common problems and solutions :

None

Techniques and common solutions:

Project site & reference documentation: