Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not install XQDT in eclipse

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]
like image 966
Aaron Avatar asked Dec 10 '22 06:12

Aaron


1 Answers

The latest version of XQDT requires the dynamic languages toolkit [3.0.0, 4.0.0). In other words, the DLTK version must be >= 3.0.0 and < 4.0.0. If you're using Eclipse Juno, you'll need to download the DLTK from the Indigo update site (http://download.eclipse.org/releases/indigo), not the Juno update site. The XQDT plug-in doesn't like the fact that the version number of the DLTK from the Juno update site is > 4.0.0.

like image 110
Chris Avatar answered Dec 27 '22 12:12

Chris