OK, eyes must be going - I looked again and found two extensions
- Spring IDE Roo Support
- Spring IDE Roo Integration Developer Resources
I installed the two extensions, configured Eclipse preferences to point at my Roo 2.3 installation. I am able to open the project and an accompanying Roo Shell within Eclipse. But when I added my Roo project to a Tomcat server instance and fired it up. I get the following errors in the console log:
ava.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListe ner
OK, I probably need some other extensions loaded. Is there are list of the minimum set of extensions required to do Roo development in Eclipse? I'm starting with a vanilla Java EE install of Eclipse Juno 4.2
Thanks again - Richard

Originally Posted by
rnmixon
I have a colleague that does not want to do the full STS install, instead starting off with Eclipse Juno 4.2 and adding the necessary add-ins to support Roo development equivalent to what I'm doing with STS.
The "Update Site Installation Instructions" at ...
... say to use this update site URL:
However when I use that and look at Available Software in Eclipse I see no mention of Roo at all. I see various components for Spring, Groovy, Grails - just nothing that mentions Roo itself and what it takes to integrate it into Eclipse. I've expanded all of the options and looked pretty thoroughly.
Am I looking in the right place? Or is it included in the general Spring add-ons? If so which ones?
Thank you - Richard