alec wrote:
Dear Ant users,
Here's an XSLT script which will give you a graphical
view of the task dependencies in your ant build file.
There is a project on SF called vizant that also outputs a java applet
with the dependencies (see the CVS version, it's more recent).
http://sourceforge.net/proj
Dear Ant users,
Here's an XSLT script which will give you a graphical
view of the task dependencies in your ant build file.
See the attached postscript (.ps) file for an example
of the end-result.
The process is as follows:
1. Creating a a build.dot file using the supplied build.xsl script
2. Compi