2011-08-19 85 views
4
Cannot complete the install because one or more required items could not be found. 
    Software being installed: XQuery Development Tools Feature 0.8.0.201107251305 (org.eclipse.wst.xquery.feature.feature.group 0.8.0.201107251305) 
    Missing requirement: XQDT Core Plug-in 0.8.0.201107251305 (org.eclipse.wst.xquery.core 0.8.0.201107251305) requires 'bundle org.eclipse.dltk.core [3.0.0,4.0.0)' but it could not be found 
    Cannot satisfy dependency: 
    From: XQuery Development Tools Feature 0.8.0.201107251305 (org.eclipse.wst.xquery.feature.feature.group 0.8.0.201107251305) 
To: org.eclipse.wst.xquery.core [0.8.0.201107251305] 

回答

3

看起來您缺少插件org.eclipse.dltk.core。您應該首先從Indigo更新站點安裝DLTK,然後嘗試安裝XQDT。

或者,請確保在安裝管理器中選中「聯繫所有更新站點...」。

2

安德魯說,你需要DLST包。不幸的是,你需要3.0或更高版本,儘管DLST項目在他們的主頁上被歸類爲「穩定」,但它並沒有打算放在Eclipse更新站點上。

煩人。

但應該可以手動安裝軟件包。我還沒有管理它,但我需要。

9

最新版本的XQDT需要動態語言工具包[3.0.0,4.0.0)。換句話說,DLTK版本必須> = 3.0.0和< 4.0.0。如果您使用Eclipse Juno,則需要從Indigo更新站點(http://download.eclipse.org/releases/indigo)下載DLTK,而不是Juno更新站點。 XQDT插件不喜歡Juno更新站點的DLTK的版本號> 4.0.0。

+1

非常有用。只需要注意,您只需要安裝'通用工具'/'動態語言工具包 - 核心框架'項目。 –