groovy - grails spring-security-core plugin does not make under intellij idea 9/10 -
i've been playing grails framework lately idea , has gone until stalled spring-security-core grails plugin. plugin , project work fine when using grails compile/run-app/etc, intellij idea (9) no longer able "make" project, giving me errors:
steps:
- grails create-app my-app grails
- install-plugin spring-security-core
- import my-app grails project
- click make
this produces errors similar following...
$home\.grails\1.3.6\projects\macs\plugins\spring-security-core-1.1\src\java\org\codehaus\groovy\grails\plugins\springsecurity\ipaddressfilter.java cannot find symbol variable reflectionutils
this error repeated several java class files reference reflectionutils groovy class file org.codehaus.groovy.grails.plugins.springsecurity.reflectionutils in same package, found in spring-security-core/src/groovy directory (as opposed spring-security-core/src/java)
the ide source parser seems resolve things correctly, there no red marks littering file, , navigation finds files correctly, "project make" listing these references groovy class java classes "can not find symbol" errors.
does have advice on how idea ide make project without errant errors?
i tried changing order of plugin sources, , moving idea 10, these made no difference, , can't think of else try.
after removing, re-adding, , rebuilding grails application, seems build correctly now.
Comments
Post a Comment