Eclipse可安装功能

问题描述

我已经创建了具有功能A和功能B的RCP产品。

结构是

   Feature - A
      ----- Plugin 1 - Version 1.0.0
      ----- Plugin 2 - Version 1.0.0
   Feature - B
      ----- Plugin 1  - Version 1.0.0
      ----- Plugin 2  - Version 1.0.0

我能够成功构建此产品,并且工作正常,在“安装详细信息”下,我获得以下详细信息。

enter image description here

当我尝试安装功能A-v 2.0.0时,功能已进入RCP产品范围之内

Your original request has been modified.
  "FeatureA" is already installed,so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
  Software being installed: Feature A 2.0.2.202008071746 (com.example.p2.feature.feature.group 2.0.2.202008071746)
  Software currently installed: RCP Product 1.0.0.202008071744 (RCP Product 1.0.0.202008071744)
  Only one of the following can be installed at once: 
    Core 1.0.1.202008071744 (com.example.p2.core 1.0.1.202008071744)
    Core 1.0.1.202008071746 (com.example.p2.core 1.0.1.202008071746)
  Cannot satisfy dependency:
    From: RCP Product 1.0.0.202008071744 (RCP Product 1.0.0.202008071744)
    To: com.example.p2.feature.feature.group [1.0.2.202008071744]
  Cannot satisfy dependency:
    From: Feature-A 1.0.2.202008071744 (com.example.p2.feature.feature.group 1.0.2.202008071744)
    To: com.example.p2.core [1.0.1.202008071744]
  Cannot satisfy dependency:
    From: Feature-A 2.0.2.202008071746 (com.example.p2.feature.feature.group 2.0.2.202008071746)
    To: com.example.p2.core [1.0.1.202008071746]*

有关错误,请参见下图,

enter image description here

任何人都可以帮助我如何实现现有功能升级

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...