本文介绍了蚂蚁视觉分析?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我必须查看一些复杂的 Ant
文件,其中包括其他 Ant
文件的目标和其他文件,以及原始目标等.
是否有(视觉)工具可以帮助理解 Ant
文件和结构以及它们最终如何构建可交付成果?
I have to look into some complicated Ant
files which include targets of other Ant
files and these others, targets from the original etc.
Is there a (visual) tool that helps understand Ant
files and structure and how they end up building the deliverables?
推荐答案
你可以试试这个工具:
- ant2dot - 使用 GraphViz 工具包 生成最终图表;
- Vizant - 使用 GraphViz 工具包生成最终图;
- Grand - 使用 GraphViz 工具包 生成最终图表;
- ant-script-visualizer - 使用 GraphViz 工具包 以生成最终图表.
- ant2dot - using GraphViz toolkit to generate the final graph;
- Vizant - using GraphViz toolkit to generate the final graph;
- Grand - using GraphViz toolkit to generate the final graph;
- ant-script-visualizer - using GraphViz toolkit to generate the final graph.
IntelliJ IDEA 对 Apache Ant 有很好的支持(有原生插件和几个 3rd 方插件).您可以在此处阅读IDEA 中的 Ant 支持.
The IntelliJ IDEA has a very good support (has native plugin and several 3rd party plugins) of Apache Ant. You can read about Ant support in IDEA here.
这篇关于蚂蚁视觉分析?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!