Compile problem with intellij-idea
Hi, I've created a new grails app using command line and installed shiro plugin. Everything goes OK by command line and I can run app. But when I import the app as a Grails module in IDEA 8.1.3 and make it, there are compile errors because it can't resolve org.apache.shiro classes.
Is there any other classpath (beside GRAILS_HOME) setting that I missed?
Thanks
Please sign in to leave a comment.
The shiro plugin should be added to your Grails module automatically
after, for example, 'Run Grails target' invocation. Or, if you use
8.1.4, on startup. If it's present in applicaion.properties, of course.
You could also remove 'Make before run' checkbox in the Grails run
configuration and run it.