Eclipse 3.7在执行ant任务之前运行自动构建

发布于 2024-12-15 14:59:24 字数 395 浏览 0 评论 0原文

我的项目 ->构建器列表如下所示:

  • Ant
  • Android 资源管理器
  • Android 预编译器
  • Java 构建器
  • Android 包管理器

“自动构建”选项已关闭

如果我从 Ant 视图或作为外部工具运行 ant 目标,那么 Eclipse 会执行以下操作:

  1. 它会构建我的项目(它运行构建器列表中的所有构建器)
  2. 执行选定的目标

如果我从构建器列表中删除 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:

  1. It builds my project (it runs all builders from the builders list)
  2. 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 技术交流群。

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

发布评论

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

评论(2

没有心的人 2024-12-22 14:59:24
  1. 转到“运行”>外部工具>外部工具配置...
  2. 为您的项目选择 Ant 构建配置。
  3. 单击“构建”选项卡
  4. 取消选中“启动前构建”框。
  5. 按“应用”和“关闭”按钮。
  1. Go to Run > External Tools > External Tool Configurations...
  2. Choose the Ant build configuration for your project.
  3. Click on the Build tab
  4. Uncheck the "Build before launch" box.
  5. Press "Apply" and "Close" buttons.
许一世地老天荒 2024-12-22 14:59:24

您可以关闭“启动前构建”

您已关闭重建以进行资源修改,但我相信您尚未

关闭“启动前构建”

窗口>首选项>运行/调试>启动前构建(如果需要)

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

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