Overview
nant2viz is a Python script for visualizing CCnet & NAnt build files.
It generates DOT files from the given CCnet config and NAnt build files, which can then be processed by Graphviz.
Requirements
- Python 2.5.x
- ElmentTree 1.3 for XPath attribute support.
- Graphviz to process the resulting DOT files. (Graphviz is not required by the script itself.)
Status
The feature set and command-line parameters for this tool are still under heavy development, with no guarantees of future compatibility.