In order to use the Antomology, it must be on your classpath. For example:
set CLASSPATH=/path/antomology-bin-${project.version}.jar
|
If you wish to time your Ant build, simply specify the StatisticsListener class to be the listener for your Ant runtime. For example:
ant -listener antomology.StatisticsListener <target> |