I\'ve checked out an existing Grails project and I want to import it into STS. However, STS refuses to recognize the source tree as a project, presumably because it can\'t f
"grails integrate-with --eclipse" does not work with Grails 3.1.3. get Command not found error.
Guess I have to keep looking.
--- update
In Eclipse 4.5 (Mars.1): File -> Import Gradle Project (STS) - select top of grail project then hit Build Model button Then Finish button.
Wait for lots of downloads and then Voila! You have a project in Eclipse.
use
grails integrate-with --eclipse
I think this command has been added in Grails 1.2.1.