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

此生再无相见时 提交于 2019-12-04 23:37:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!