Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool for graphing dependencies in an Ant build file and its imports [closed]

What tool can take an Ant build file as input and display a graph of all the target dependencies? It should consider imports as well.

I tried vizant, but it does not read imported files.

like image 253
user373201 Avatar asked Nov 09 '10 14:11

user373201


2 Answers

Grand might be more complete than VizAnt.

See this blog post as an example:

alt text

like image 63
VonC Avatar answered Sep 27 '22 18:09

VonC


yworks Ant Explorer is (was) great, there are several versions , standalone and eclipse plugin.
See this answer for download link of standalone version and intellij plugin, use searchengine to find eclipse plugin.

like image 37
Rebse Avatar answered Sep 27 '22 17:09

Rebse