Ant visual analysis? [closed]

2019-04-05 00:10发布

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?

标签: java ant
3条回答
我想做一个坏孩纸
2楼-- · 2019-04-05 00:21

At my work we've had good results with Grand.

Here is another link to various Ant visualization tools.

查看更多
The star\"
3楼-- · 2019-04-05 00:36

You can try this tools:

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.

查看更多
该账号已被封号
4楼-- · 2019-04-05 00:37

yWorks AntExplorer is great but officially not around anymore.
see =
https://stackoverflow.com/a/2261205/130683
https://stackoverflow.com/a/458724/130683
https://stackoverflow.com/a/9184562/130683
But there is a plugin for IntelliJ IDEA available and you will
still find some sources for the standalone version, f.e. here

查看更多
登录 后发表回答