我们可以为 ANT 构建脚本提供自动构建选项吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 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