IntelliJ IDEA with Grails 1.1
If anyone is trying to use Intellij with Grails 1.1 - just a quick post to say that the EAP release (build 9805) seems to have fixed the Grails 1.1 plugin problems.
It Worked perfectly with new projects. To get it to work with an existing project I just had to:
- remove all unnecessary plugin source directories & libraries
- select Tools->Run Grails Target
- type "clean" to run a grails clean, let it do it's library update thing and magically everything seems to fix itself up.
I think there might possibly be a problem with global plugins - didn't seem to pick up those directories. Hopefully they will fix this before 8.1.1 is released.
