我有一个产品,其中包括一个功能(application.feature),其中包含一个插件与应用程序,在包含的功能,另一个(framework.feature)
如果我更新framework.feature和它的一个插件,我得到这个错误(我使用“安装新软件”来获得正确的错误,因为如果我只是尝试更新,我没有找到任何更新)
Your original request has been modified.
"My Framework RCP" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
Software being installed: My Framework RCP 1.0.4 (it.rcp.framework.feature.feature.group 1.0.4)
Software currently installed: prototipo application 1.0.3 (it.rcp.prototipo.application.product1 1.0.3)
Only one of the following can be installed at once:
My Framework RCP 1.0.3 (it.rcp.framework.feature.feature.jar 1.0.3)
My Framework RCP 1.0.4 (it.rcp.framework.feature.feature.jar 1.0.4)
Cannot satisfy dependency:
From: My Framework RCP 1.0.3 (it.rcp.framework.feature.feature.group 1.0.3)
To: it.rcp.framework.feature.feature.jar [1.0.3]
Cannot satisfy dependency:
From: My Framework RCP 1.0.4 (it.rcp.framework.feature.feature.group 1.0.4)
To: it.rcp.framework.feature.feature.jar [1.0.4]
Cannot satisfy dependency:
From: My Application 1.0.3 (it.rcp.prototipo.application.feature.feature.group 1.0.3)
To: it.rcp.framework.feature.feature.group [1.0.3]
Cannot satisfy dependency:
From: prototipo application 1.0.3 (it.rcp.prototipo.application.product1 1.0.3)
To: it.rcp.prototipo.application.feature.feature.group [1.0.3]
这两个功能在更新站点下分为两类,有什么问题吗?我认为我的特征定义中有一些东西,但我不明白
发布于 2010-10-01 01:13:25
这意味着安装的产品:"it.sogei.rcp.prototipo.application.product1“严格依赖于功能:"it.rcp.framework.feature.feature.jar”的1.0.3版本。这就是为什么这个特性不能升级到1.0.4版本。
发布于 2012-06-05 13:43:23
虽然这个问题被问了很长时间ago.But,但我今天读了这篇文章并回复了你。我已经回答了这个问题。请查看下面的帖子。Eclipse RCP Update Fail
https://stackoverflow.com/questions/3832890
复制相似问题