Archive | February 4th, 2013

Apache ANT Listeners and Loggers

February 4, 2013

0 Comments

This article explains in brief about two features of ANT which are used to monitor the build process: Listeners and Loggers. In the previous articles on ANT we saw that ANT has logging feature(logging using external log4j). If the logger is not specified then ANT uses the DefaultLogger. Along with logger, Ant also has a [...]

email