Tool for graphing dependencies in an Ant build fil

2019-03-28 13:44发布

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.

3条回答
Bombasti
2楼-- · 2019-03-28 13:58

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.

查看更多
Summer. ? 凉城
3楼-- · 2019-03-28 14:05

There are some, see the Ant external tools page. From there:

查看更多
姐就是有狂的资本
4楼-- · 2019-03-28 14:10

Grand might be more complete than VizAnt.

See this blog post as an example:

alt text

查看更多
登录 后发表回答