tags:

views:

20

answers:

1

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 find a .project file. So is there a 'grails' command that will create new .project (and .classpath and .settings/*) for this source tree?

+1  A: 

use

grails integrate-with --eclipse

I think this command has been added in Grails 1.2.1.

Stefan