为什么从控制台构建 Eclipse RCP 时会出现'[eclipse.brand] Could not find executable to brand'?



当我从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

相关内容

  • 没有找到相关文章

最新更新