导出 Eclipse 产品而不构建项目

发布于 2024-12-01 02:02:51 字数 154 浏览 0 评论 0原文

也许我错过了一些东西:导出产品时是否有一种简单的方法来避免项目构建?

我在“项目”下启用了“自动构建”选项,并且,如果项目始终处于运行状态-到目前为止,当我进行导出时,我不需要另一个构建(这会弄乱一些手动增强的类)...

谢谢。

Maybe I'm missing something: is there a simple way to AVOID project building when exporting a Product?

I have the "Build Automatically" option enabled under "Project", and, if the projects are always up-to-date, i do not need another build (that will mess up some manually enhanced classes) when i do an export...

Thanks.

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

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

发布评论

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

评论(1

海之角 2024-12-08 02:02:51

Export 实际上调用了 PDE build 的内置 Ant 脚本。因此,无法忽略当前 PDE 构建脚本中代码的编译。

Export actually invoke built-in Ant scripts of PDE build. So there is no way to ignore compiling the code in current PDE build scripts.

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