IntelliJ IDEA 11.1.4 Grails Plugins No Longer Resolve
This is similar to this discussion: http://devnet.jetbrains.net/message/5470833?tstart=0, but it seems a little unreasonable to have to upgrade to IntelliJ 12 when this was working fine with 11.1.3. When I updated to 11.1.4, grails plugins suddenly were no longer resolved. The plugins list is empty in IntelliJ now, no matter how many times I synchronize Grails settings. Output of synchronize grails settings is attached.
I have tried to specify grails.work.dir as an absolute path, which also does not work. It appears that 11.1.4 ignores plugins completely as far as I can tell.
Attachment(s):
grails-synchronize-out.txt.zip
Please sign in to leave a comment.
Can't reproduce. Please, attach your BuildConfig.groovy. Do you have this problem on IDEA 12 EAP?
Attaching BuildConfig now - I have removed some proprietary things from there, but all of the plugins and the important pieces are still there.
I have not tried on 12 EAP, mainly because I would like to avoid upgrading to 12 to fix this, especially when it worked just fine in 11.1.3. I'm on Windows 7 x64 if that makes a difference as well.
Attachment(s):
buildconfig.txt.zip
Try to remove "grails.work.dir = "target/workdir"" from BuildConfig.groovy . The problem disappeared?
Is $APP_ROOT/target excluded from project?
Yes, it would have disappeared if I wasn't using the custom work dir I'm sure. Nice call on the excluded directory! I've been excluding the target directory since it seems to index non-stop whenever I run the app I don't have it excluded, but it could have just been me.
Un-excluding the target directory instantly fixed it for me. Thanks for the help!
-Brian