Are there any good ant visualization programs out there?

只谈情不闲聊 提交于 2019-12-01 06:47:31

问题


I am looking for a utility that will suck in an ant build file and present a graphical display of the targets and properties available to that target. Please don't respond with 'VisualAnt' I own it and it sucks.


回答1:


I use yWorks Ant Explorer. It runs as a stand alone app. It's pretty good. Apparently there is an Eclipse plugin as well but I haven't been able to locate that.

It's free. Not sure if yWorks still develops it. You can download the jar here and here. After download, just create a bat file with this command:

java -jar antexplorer.jar




回答2:


Look at Elements of Ant Style wiki page. They have a link there for a XSLT style sheet that makes a build file browsable. Here is a link for it. The wiki page also shows how to use it.




回答3:


Linguine Maps is maybe an option.

See Create entity-relation diagram text

Bye.




回答4:


If you are an Eclipse user, take a look at Ant Visualization Plugin for Eclipse



来源:https://stackoverflow.com/questions/425842/are-there-any-good-ant-visualization-programs-out-there

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