A.2. Apache Ant

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.

Ant is used in Simple Cart to automate the build process, automate testing and generate documentation. Each of these targets ensures that the each build of the software functions properly and that building is consistent.