如何通过命令行导出Eclipse RCP
我们有一个 Eclipse RCP 产品,出于自动化目的,我们希望通过命令行导出该产品。
实际上,我发现之前有人问过类似的问题,例如 Building命令行上的 Eclipse 插件和功能。我按照 Eclipse PDE 帮助指南,并通过命令行成功构建了产品。但构建的 zip 文件中没有可执行文件。
如何通过命令行获得与在 PDE UI 的帮助下获得的 RCP 产品相同的导出结果?谢谢!
卡尔文
We have an Eclipse RCP product, for automation purpose, we'd like to export this product through the command line.
Actually, I found someone asked the similar questions before, such as Building Eclipse plugins and features on the command line. I followed the Eclipse PDE help guides, and built the product successfully by command line. But there is no executale file in the builded zip file.
How can I, by command line, get the same exported the RCP product as we get with the help of PDE UI? Thanks!
Calvin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse Tycho 是生产 Eclipse RCP 产品的好方法。我正在使用它来构建 Eclipse 更新站点和产品。网上有很多关于如何设置项目文件的示例,像这个和这个。
Eclipse Tycho is a great way to produce Eclipse RCP products. I am using it to build both eclipse update-sites and a product. There are lots of examples online for how to setup your project files, like this one and this one.