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