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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
At my work we've had good results with Grand.
Here is another link to various Ant visualization tools.
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.
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