Is there a grails command to regenerate .project files for Eclipse or STS?

后端 未结 2 857
不知归路
不知归路 2021-01-12 09:56

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

相关标签:
2条回答
  • 2021-01-12 10:47

    "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.

    0 讨论(0)
  • 2021-01-12 10:50

    use

    grails integrate-with --eclipse
    

    I think this command has been added in Grails 1.2.1.

    0 讨论(0)
提交回复
热议问题