0

我需要构建一个包含一个功能的产品,我想要这个包含应用程序的功能,需要另一个可以独立于产品更新的功能,所以我把最后一个放在必需部分而不是包含部分。

树是这样的:

it.prodotto(产品 id) it.rcp.prototipo.application.feature(产品中包含的主要功能并包含应用程序) it.rcp.framework.feature(主要功能所需的功能)

我的问题是这样的,即使我的目标中有这些功能(和相对插件),当我使用 .product 中的 eclipse 向导导出我的产品时,我得到了这个错误:

Cannot complete the install because one or more required items could not be found.
 Software being installed: prototipo application 1.0.7 (it.prodotto 1.0.7)
 Missing requirement: My Application 1.0.4 (it.rcp.prototipo.application.feature.feature.group 1.0.4) requires 'it.rcp.framework.feature.feature.group 1.0.4' but it could not be found
 Cannot satisfy dependency:

我不明白在导出产品之前我必须在哪里(以及如何)放置这些功能

我还尝试将这个必需的功能放在我导出产品但没有成功的同一个文件夹中(我尝试了启动文件夹和存储库)

我正在使用 Eclipse Helios 3.6.1

4

1 回答 1

0

该功能it.rcp.framework.feature也必须添加到产品配置中。

于 2011-06-05T05:12:50.810 回答