jdaugherty opened a new issue, #216: URL: https://github.com/apache/grails-intellij-plugin/issues/216
Support feedback: This grails project builds from the command line (with grails war), or by running Build - Make Grails Web Archive, but fails when I run Build - Rebuild Project. Sample errors (with ... in place of the project name to reduce noise): ``` From one of the plugins: .../target/work/plugins/asset-pipeline-2.5.0/src/groovy/asset/pipeline/grails/fs/SpringResourceAssetResolver.groovy Error:(21, 1) Groovyc: unable to resolve class asset.pipeline.GenericAssetFile And from one of my groovy classes: .../src/groovy/.../SecurityUtils.groovy Error:(4, 1) Groovyc: unable to resolve class grails.plugin.springsecurity.SpringSecurityService ``` What might cause this? Created a new grails project - Rebuild Project worked without any errors. Added this dependency to BuildConfig.groovy, which caused it to fail: compile ":spring-security-core:2.0-RC5" It still builds with 'grails war'. Added a number of other dependencies from my project, many of which also failed. The very barebones project is attached - just dependencies added, no other code. --- *Imported from [IDEA-144595](https://youtrack.jetbrains.com/issue/IDEA-144595) · Type: Bug · Votes: 1* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
