Discussion:
Error when attempting install of Grails Support in Eclipse
Al Brinin
2014-04-04 18:42:12 UTC
Permalink
Greetings,

I have installed Eclipse 4.3.2 (Kepler) and STS/GGTS 3.5.0 in Eclipse. I
have successfully used the Spring Dashboard to install Grails 2.3.7. When I
attempt to install the Grails Support software (which I need to develop
Grails in Eclipse), I get the following error:

Grails IDE 3.5.0.201404011443-RELEASE (org.grails.ide.eclipse.feature.group
3.5.0.201404011443-RELEASE)
Missing requirement: SpringSource Tool Suite Grails Editor Support (UI)
3.5.0.201404011443-RELEASE (org.grails.ide.eclipse.editor.gsp
3.5.0.201404011443-RELEASE) requires 'bundle org.eclipse.wst.html.core
0.0.0' but it could not be found.

What is the fix in order to provide the missing package(s).

Thanks in advance.



--
View this message in context: http://grails.1312388.n4.nabble.com/Error-when-attempting-install-of-Grails-Support-in-Eclipse-tp4655742.html
Sent from the Grails - dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
burtbeckwith
2014-04-04 18:49:38 UTC
Permalink
GGTS comes with both the Groovy-Eclipse plugin and Grails support
pre-installed. That's the whole point of the "Groovy Grails Tool Suite".
From what you said though it looks like you installed a vanilla Eclipse
first and then added GGTS to it - is that correct? All you need to do is
download and install GGTS from http://spring.io/tools/ggts/all

You can then install a Grails distro within GGTS, but I prefer to do that
separately, either manually or via GVM. It's simple to register a new Grails
install from Window | Preferences | Groovy | Grails and later associate
different apps/plugins with different versions of Grails.

Burt
Post by Al Brinin
Greetings,
I have installed Eclipse 4.3.2 (Kepler) and STS/GGTS 3.5.0 in Eclipse. I
have successfully used the Spring Dashboard to install Grails 2.3.7. When
I attempt to install the Grails Support software (which I need to develop
Grails IDE 3.5.0.201404011443-RELEASE
(org.grails.ide.eclipse.feature.group 3.5.0.201404011443-RELEASE)
Missing requirement: SpringSource Tool Suite Grails Editor Support (UI)
3.5.0.201404011443-RELEASE (org.grails.ide.eclipse.editor.gsp
3.5.0.201404011443-RELEASE) requires 'bundle org.eclipse.wst.html.core
0.0.0' but it could not be found.
What is the fix in order to provide the missing package(s).
Thanks in advance.
--
View this message in context: http://grails.1312388.n4.nabble.com/Error-when-attempting-install-of-Grails-Support-in-Eclipse-tp4655742p4655743.html
Sent from the Grails - dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Al Brinin
2014-04-04 22:36:58 UTC
Permalink
Yes.,i installed Eclipse 4.3.2 first then added GGTS from the Market Place, then from the Dashboard installed Grails.,,but it does not have the support in place to create Grails projects in Eclipse, so I thought I had to install Grails Support from the Dashboard as well. That's what the Grails Wiki was telling to do.,,

I'll look at the ggts/all link you referenced..
GGTS comes with both the Groovy-Eclipse plugin and Grails support pre-installed. That's the whole point of the "Groovy Grails Tool Suite". From what you said though it looks like you installed a vanilla Eclipse first and then added GGTS to it - is that correct? All you need to do is download and install GGTS from http://spring.io/tools/ggts/all
You can then install a Grails distro within GGTS, but I prefer to do that separately, either manually or via GVM. It's simple to register a new Grails install from Window | Preferences | Groovy | Grails and later associate different apps/plugins with different versions of Grails.
Burt
Greetings,
Grails IDE 3.5.0.201404011443-RELEASE (org.grails.ide.eclipse.feature.group 3.5.0.201404011443-RELEASE)
Missing requirement: SpringSource Tool Suite Grails Editor Support (UI) 3.5.0.201404011443-RELEASE (org.grails.ide.eclipse.editor.gsp 3.5.0.201404011443-RELEASE) requires 'bundle org.eclipse.wst.html.core 0.0.0' but it could not be found.
What is the fix in order to provide the missing package(s).
Thanks in advance.
http://grails.1312388.n4.nabble.com/Error-when-attempting-install-of-Grails-Support-in-Eclipse-tp4655742p4655743.html
To unsubscribe from Error when attempting install of Grails Support in Eclipse, click here.
NAML
--
View this message in context: http://grails.1312388.n4.nabble.com/Error-when-attempting-install-of-Grails-Support-in-Eclipse-tp4655742p4655748.html
Sent from the Grails - dev mailing list archive at Nabble.com.
Al Brinin
2014-04-04 22:39:20 UTC
Permalink
Yes I used Standard, I'll look at J2EE version

thanks
You can try adding this update site: http://download.eclipse.org/releases/kepler/
To the list of 'Available Update Sites'.
Then try installing again.
This is probably a problem with the update site embedded in the dashboard entry. I will look into it and get it fixed.
The problem is likely because you used a 'smaller' eclipse distribution. The dependency you are missing would exist in a 'Eclipse for JEE developers' but not in a 'Eclipse for Java Developers' or 'Eclipse Standard'.
http://grails.1312388.n4.nabble.com/Error-when-attempting-install-of-Grails-Support-in-Eclipse-tp4655742p4655746.html
To unsubscribe from Error when attempting install of Grails Support in Eclipse, click here.
NAML
--
View this message in context: http://grails.1312388.n4.nabble.com/Error-when-attempting-install-of-Grails-Support-in-Eclipse-tp4655742p4655749.html
Sent from the Grails - dev mailing list archive at Nabble.com.

Loading...