ant - 从控制台构建Eclipse RCP时,为什么会得到 '[eclipse.brand] Could not find executable to brand'?

标签 ant gradle eclipse-rcp

当我从gradle脚本(在后台调用ant)导出Eclipse RCP构建时,我在日志中收到以下消息:

[ant:exec] customAssembly:
[ant:exec] [eclipse.brand] Could not find executable to brand

该脚本已完成,但最终程序集中缺少可执行文件eclipse.exe

最佳答案

您需要在目标平台中使用Equinox可执行插件:org.eclipse.equinox.executable
这是常见的导出问题答案的另一个好来源:
http://www.vogella.com/tutorials/EclipseProductDeployment/article.html

关于ant - 从控制台构建Eclipse RCP时,为什么会得到 '[eclipse.brand] Could not find executable to brand'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26714195/

相关文章:

android - Cordova/Phonegap Android 模拟器构建错误

ant - Gradle - 如何运行名​​称为 "-"的 ant 任务

copy - 如何在gradle中复制依赖库JAR

java - Eclipse e4 禁用最大化部分

css - Eclipse 4 用户界面慢。 CSS 引擎调用过于频繁 (Windows)

java - Apache Ant 有没有办法在构建后更新 jar 文件?

java - 如何将 antdirset 与 Ear 任务一起使用?

java - gradle刷新失败:地址已在使用中

Android应用程序支持除android之外的所有平台

java - javax.annotation 在哪里