Ant Script Visualizer

What's left to do?

  • Better parsing of taskdefs when they're contained in a jar (emma is a good example).
  • The ability to "filter" targets by "endpoint" - so you can pick just one (say, "dist-app") and see only those targets, taskdefs, etc., which are involved in that activity.
  • The ability to "filter" targets by "throughpoint" - so you can pick just one (say, "compile") and see only those targets, taskdefs, etc., which are either used by that target, or use that target.
  • Hyperlinks! One of the output options will be as an HTML page, with the boxes hyperlinked to the buildfile. Click on a box, and bam!, you looking at the source xml.
  • Select order of graph - left-to-right or right-to-left.
  • Anything else? Let me know!