I have a complex NAnt build script, which contains a lot of *.build
and *.include
files with many targets inside, which in their turn are called both via depends
and via call
. I'd like to have a visual representation in a tree-like form of what calls what. It should also be an easy way to regenerate it because the script is growing further.
Is there any ready-made tool or some API (preferably .NET-based) I can use for this purpose?