简体   繁体   English

Eclipse RCP产品导出

[英]Eclipse RCP Product Export

When i try to Export my eclipse RCP product I have this problem : 当我尝试导出eclipse RCP产品时,我遇到了以下问题:

Cannot complete the install because one or more required items could not be found. 由于找不到一个或多个必需项,因此无法完成安装。 Software being installed: My Product 1.0.0.201503171025 (test.rcp.product_test 1.0.0.201503171025) Missing requirement: My Product 1.0.0.201503171025 (test.rcp.product_test 1.0.0.201503171025) requires 'org.eclipse.e4.rcp.feature.group [1.1.0.v20120521-2329-8yFTIGIbGGduEZ6-7-jLx41nXj]' but it could not be found 正在安装的软件:我的产品1.0.0.201503171025(test.rcp.product_test 1.0.0.201503171025)缺少要求:我的产品1.0.0.201503171025(test.rcp.product_test 1.0.0.201503171025)需要'org.eclipse.e4.rcp.feature.group [1.1.0.v20120521-2329-8yFTIGIbGGduEZ6-7-jLx41nXj]',但找不到

Any help/pointers would be greatly appreciated. 任何帮助/指针将不胜感激。

You must list all the features you require in your xxx.product file. 您必须在xxx.product文件中列出所需的所有功能。 This includes the Eclipse features you want to use. 这包括您要使用的Eclipse功能。 Specify this on the 'Dependencies' tab in the 'Features' list. 在“功能”列表中的“依赖关系”选项卡上指定此选项。

For a simple e4 application the required features would be 对于简单的e4应用程序,必需的功能是

<your feature>
org.eclipse.e4.rcp
org.eclipse.emf.common
org.eclipse.emf.ecore

The target platform you use when doing the product export must contain these features. 产品导出时使用的目标平台必须包含这些功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM