问题
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.
回答1:
Grand might be more complete than VizAnt.
See this blog post as an example:
回答2:
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.
回答3:
There are some, see the Ant external tools page. From there:
- Grand
- Nurflugel
来源:https://stackoverflow.com/questions/4134918/tool-for-graphing-dependencies-in-an-ant-build-file-and-its-imports