Re: *USEFUL* Stylesheet to generate a task-dependency graph for ant.

2003-10-11 Thread Nicola Ken Barozzi
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

*USEFUL* Stylesheet to generate a task-dependency graph for ant.

2003-10-11 Thread alec
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