In our previous article, we introduced Ant, the Java-based build tool. Ant was specifically designed to work with Java projects, and it benefits from being written entirely in Java. It works anywhere ...
I run unit tests on code I am writing using Apache Ant, ant.apache.org. A few months ago, I set up an Ant mail task to send the results of the unit tests using gmail ...