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

2003-10-31 Thread Alec
Patrick Surry wrote: One promising java-based approach that looks like it might have moved on since I last looked a year or so ago is JGraph: http://jgraph.sourceforge.net/jgraph.shtml If you came up with your own layout algorithm (which perhaps isn't so hard?) which could produce coordinates f

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

2003-10-15 Thread Weiqi Gao
Patrick Surry wrote: Interesting! I came up with the same approach of generating Dot files and doing layout with graphviz to generate dependency graphs for an inhouse SQL-like language we use (although I used perl to parse a free-text format and generate dot). Also checkout Eric Burke's AntGrap