Eclipse RCP:P2 更新功能失败

发布于 2024-09-25 22:25:59 字数 1532 浏览 0 评论 0原文

我的产品包含 1 个功能 (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]

这两个功能在更新站点下分为两个类别 有什么问题吗?我认为我的功能定义中有一些内容,但我不明白

I have a prodcut that include 1 feature (application.feature) that contains one plugin with application
this feature has, in included feature, another one (framework.feature)

if I update framework.feature and one of its plugin I got this error (I use "install new software" to get the correct error, because if I just try to update I go no updates were found)

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]

The two features are separeted in two categories under update site
What's the problem? I think something in my features definition but I don't understand

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

九厘米的零° 2024-10-02 22:25:59

这意味着已安装的产品:“it.sogei.rcp.prototipo.application.product1”严格依赖于功能的版本 1.0.3:“it.rcp.framework.feature.feature.jar”。这就是为什么该功能无法升级到1.0.4版本的原因。

It means that installed product: "it.sogei.rcp.prototipo.application.product1" depends strictly on version 1.0.3 of the feature: "it.rcp.framework.feature.feature.jar". This is why this feature can't be upgraded to version 1.0.4.

戏舞 2024-10-02 22:25:59

虽然这个问题已经问了很久了,但是我今天读了这篇文章并回复了你。我已经回答过这个问题了。请检查以下帖子。
Eclipse RCP 更新失败

Although this question is asked long time ago.But I read this post today and replying you. I have already answered this problem. Please check the following post.
Eclipse RCP Update Fail

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文