AntViz2 Wiki
A Tool to Visualize the Execution of Apache-Ant Projects
Status: Beta
Brought to you by:
gguta
Copy the antviz2-*.jar and jgrapht-*.jar into the $ANT_HOME/lib directory.
Add the ant option -listener hu.gaboo.antviz2.GraphListener to the command when you invoke ant. The output file name is dependency.gv by default. You can optionally change the output file name by specifying the property GraphListener.filename .
An example usage scenario can can be found here: [ExampleUsage]