Eclipse RCP 产品导出
Eclipse RCP Product Export
当我尝试导出我的 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
任何 help/pointers 将不胜感激。
您必须在 xxx.product 文件中列出您需要的所有功能。这包括您要使用的 Eclipse 特性。在 'Features' 列表的 'Dependencies' 选项卡上指定。
对于简单的 e4 应用程序,所需的功能是
<your feature>
org.eclipse.e4.rcp
org.eclipse.emf.common
org.eclipse.emf.ecore
您在进行产品导出时使用的目标平台必须包含这些功能。
当我尝试导出我的 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
任何 help/pointers 将不胜感激。
您必须在 xxx.product 文件中列出您需要的所有功能。这包括您要使用的 Eclipse 特性。在 'Features' 列表的 'Dependencies' 选项卡上指定。
对于简单的 e4 应用程序,所需的功能是
<your feature>
org.eclipse.e4.rcp
org.eclipse.emf.common
org.eclipse.emf.ecore
您在进行产品导出时使用的目标平台必须包含这些功能。