簡體   English   中英

基於RCP的應用程序的P2更新失敗

[英]P2 update of RCP based application fails

我試圖通過P2更新站點更新基於Eclipse-RCP-3.5的應用程序。 該應用程序包含兩個功能。

產品由Eclipse Buckminster構建。 創建P2更新站點是產品構建的一部分。

通過菜單啟動更新時: Update -> Check for Updates消息框顯示: There is nothing to update.

當我嘗試菜單時: Update -> Install New Software...並選擇相同的更新站點報告錯誤:

Your original request has been modified.
  "Verinice Anwendung" is already installed, so an update will be performed instead.
  "verinice server Feature" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
  Software being installed: Verinice Anwendung 1.1.1.201007130142 (sernet.gs.ui.rcp.main.feature.feature.group 1.1.1.201007130142)
  Software currently installed: verinice 1.1.1 (sernet.gs.ui.rcp.main.product 1.1.1)
  Only one of the following can be installed at once: 
    Verinice Anwendung 1.1.1.201007130142 (sernet.gs.ui.rcp.main.feature.feature.jar 1.1.1.201007130142)
    Verinice Anwendung 1.1.1.201007021358 (sernet.gs.ui.rcp.main.feature.feature.jar 1.1.1.201007021358)
  Cannot satisfy dependency:
    From: Verinice Anwendung 1.1.1.201007021358 (sernet.gs.ui.rcp.main.feature.feature.group 1.1.1.201007021358)
    To: sernet.gs.ui.rcp.main.feature.feature.jar [1.1.1.201007021358]
  Cannot satisfy dependency:
    From: Verinice Anwendung 1.1.1.201007130142 (sernet.gs.ui.rcp.main.feature.feature.group 1.1.1.201007130142)
    To: sernet.gs.ui.rcp.main.feature.feature.jar [1.1.1.201007130142]
  Cannot satisfy dependency:
    From: verinice 1.1.1 (sernet.gs.ui.rcp.main.product 1.1.1)
    To: sernet.gs.ui.rcp.main.feature.feature.group [1.1.1.201007021358]

您需要構建新版本的產品。

p2區分“已安裝”的內容和“安裝的內容所需內容”。 您的產品sernet.gs.ui.rcp.main.product是已安裝的東西。 其他一切都是必需的。 “檢查更新”正在尋找新版本的sernet.gs.ui.rcp.main.product

通過安裝該功能,您可以將其添加到已安裝的事物列表中(而不是僅僅安裝的內容所需)。 但是,您仍然擁有對該功能的特定版本有要求的原始產品。 該要求與該功能的新版本沖突。

這提出了一個 Eclipse的論壇。 您可能對我在回復中寫的這篇博文感興趣。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM