creating a Grails application in IntelliJ IDEA 9.0.x fails to prompt for "create-app"
Posted
by dave
on Stack Overflow
See other posts from Stack Overflow
or by dave
Published on 2010-03-31T06:41:28Z
Indexed on
2010/04/06
5:23 UTC
Read the original article
Hit count: 707
When I create a Grails application in IntelliJ 9 on Snow Leopard I am not prompted to create an application. IntelliJ finished the wizard and creates an empty project that is not a Grails application. I have tried two different Apple computers (MacBook Pro and Mac Pro) it does not work on either. The same steps on a Linux system results in a prompt to "create-app" and a Grails application.
I have already tried the steps in http://stackoverflow.com/questions/470882/intellij-idea-setup-on-os-x
Is there a specific place that Grails needs to be installed? Has anyone else seen this behavior?
Thanks
© Stack Overflow or respective owner