-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
executable file
·32 lines (21 loc) · 1.16 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
README.txt - Antomology
=======================
1. What is it?
Antomology, besides being a word play on Entomology, is an Ant analysis tool
suite. The current suite offering is:
a. StatisticsListener - an Ant BuildListener which can be used to gather
statistics while an Ant build is executed. Statistics on the targets
and tasks executed are written to the console after the build completes.
Some of the statistics captured are:
i. the number of times a target / task is called
ii. the average processing time spent on a target / task
iii. the total processing time spent on a target / task
iv. the total processing time spent on a target / task expressed as a
percentage
2. How do I build the source
Simply execute ant in the same directory as the build.xml.
3. How do I use the StatisticsListener?
> set CLASSPATH=${dir.antomology}/build/dist/antomology-bin-${project.version}.jar
> ant -listener antomology.StatisticsListener <target>
4. What license is Antomology released under?
Apache License, Version 2.0