有没有好的蚂蚁可视化程序?
我正在寻找一个实用程序,它将吸收 ant 构建文件并以图形方式显示该目标可用的目标和属性。 请不要用“VisualAnt”回复,我拥有它,但它很糟糕。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我使用 yWorks Ant Explorer。 它作为独立的应用程序运行。 这个很不错。 显然还有一个 Eclipse 插件,但我无法找到它。
免费。 不确定 yWorks 是否还在开发它。 您可以在此处下载该 jar和此处。 下载后,只需使用以下命令创建一个bat文件:
java -jar antexplorer.jar
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
查看 Ant 样式元素 wiki 页面。 他们有一个 XSLT 样式表的链接,使构建文件可浏览。 这里是它的链接。 维基页面还展示了如何使用它。
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.
如果您是 Eclipse 用户,请查看 Ant Visualization Plugin for Eclipse
If you are an Eclipse user, take a look at Ant Visualization Plugin for Eclipse