simple shell script with all necessary jar files to print out dependencies of ant build targets
http://xml.apache.org/xalan-j/ Xalan Libary
http://ant2dot.sourceforge.net/ Ant2Dot
http://www.graphviz.org/ Grapviz
You need a more or less current version of the java jdk
For printing out the current build.xml file with dependencies as png file
./visualize <path-to-your-build.xml> <optional-output-directory>
Currently no plans to extend script so it can output the image as jpeg, gif, tiff and other fancy options
Feel free to fork, fix and extend