我们可以为 ANT 构建脚本提供自动构建选项吗?

发布于 2024-08-22 22:47:51 字数 163 浏览 6 评论 0原文

Eclipse IDE (3.4) 包含一个在以下选项卡中自动构建代码的选项
项目--->自动构建。 当我们选择这个选项时,我们不需要手动构建项目。它是自动发生的。

实际上我认为这适用于内置的 eclipse 构建工具。我们是否有可能使其(自动构建)适用于单独的 ANT 构建脚本?

Eclipse IDE (3.4) contains an option to build the code automatically in the following tab
Project ---> Build Automatically.
When we select this option , we need not build the project manually. It happens Automatically.

Actually I see this working for builtin eclipse build tool. Is there any possibility that , we can make it to (Build Automatically) work for seperate ANT build scripts ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

转身泪倾城 2024-08-29 22:47:51

如果您在 Java 项目的构建器中添加该 ant 脚本构建器,则它将与默认 Java 构建器同时执行,如果设置了“自动构建”选项,则会自动执行。

替代文本 http://img193.imageshack.us/img193/5218/eclipseantbuilder.png< /a>

If you add that ant script builder in the builders of your Java project, it will be executed at the same time than the default Java Builder, automatically if the "Build automatically" option is set.

alt text http://img193.imageshack.us/img193/5218/eclipseantbuilder.png

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