Eclipse 3.7在执行ant任务之前运行自动构建
我的项目 ->构建器列表如下所示:
- Ant
- Android 资源管理器
- Android 预编译器
- Java 构建器
- Android 包管理器
“自动构建”选项已关闭
如果我从 Ant 视图或作为外部工具运行 ant 目标,那么 Eclipse 会执行以下操作:
- 它会构建我的项目(它运行构建器列表中的所有构建器)
- 执行选定的目标
如果我从构建器列表中删除 Ant,它只会执行选定的 ant 目标(这就是我想要的)。
如何使 Eclipse 仅启动选定的 ant 目标,而不运行其他构建器,也不从构建器列表中删除 ant 构建器?
My Project -> Builders list looks like this:
- Ant
- Android resource manager
- Android pre compiler
- Java builder
- Android Package manager
"Build Automatically" option is turned off
If I run ant target from Ant view or as external tool then Eclipse makes this:
- It builds my project (it runs all builders from the builders list)
- Executes selected target
If I remove Ant from builders list it executes only selected ant target (that's what I want).
How can I make Eclipse launch only selected ant target without running other builders and without removing ant builder from the builders list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以关闭“启动前构建”
您已关闭重建以进行资源修改,但我相信您尚未
关闭“启动前构建”
窗口>首选项>运行/调试>启动前构建(如果需要)
You can turn off "build before launch"
You have turned rebuild off for resource modification but I believe you have
not turned off "Build before launch"
Window>Preferences>Run/Debug>Build (if required) before launching