有没有好的蚂蚁可视化程序?

发布于 2024-07-11 06:37:07 字数 83 浏览 11 评论 0原文

我正在寻找一个实用程序,它将吸收 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

苦笑流年记忆 2024-07-18 06:37:07

我使用 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

青衫负雪 2024-07-18 06:37:07

查看 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.

稍尽春風 2024-07-18 06:37:07

如果您是 Eclipse 用户,请查看 Ant Visualization Plugin for Eclipse

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文