Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Aptana Studio - can't update to 0.4 #46

Closed paulvi closed 11 years ago

paulvi commented 11 years ago

When updating, I get following message requires 'bundle org.eclipse.wst.jsdt.core 1.1.102' but it could not be found:

Your original request has been modified.
  "ChromeDevTools SDK" is already installed, so an update will be performed instead.
  "Chromium JavaScript Remote Debugger" is already installed, so an update will be performed instead.
  "Nodeclipse" is already installed, so an update will be performed instead.
Cannot complete the install because one or more required items could not be found.
  Software being installed: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444)
  Missing requirement: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.ui 0.4.0.201305191444) requires 'bundle org.eclipse.wst.jsdt.core 1.1.102' but it could not be found
  Cannot satisfy dependency:
    From: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444)
    To: org.nodeclipse.ui [0.4.0.201305191444]
paulvi commented 11 years ago

The solution is to install JSDT from Eclipse update site http://download.eclipse.org/releases/juno http://download.eclipse.org/releases/kepler

or install NJSDT+NJSDoc (thanks to @johnpeb) from https://bitbucket.org/nexj/updatesite/raw/default

All that options are inside Enide - Eclipse Node.js IDE solution.