Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

[2.4.4] unable to resolve class org.codehaus.groovy.grails.plugins.PluginManagerHolder [groovyc] @ line 6, column 1. #97

Open
SimonHobbsNektan opened this issue Nov 20, 2014 · 3 comments

Comments

@SimonHobbsNektan
Copy link

Steps to reproduce:

  1. created new grails-app within intellij 13.1
  2. created a new domain object "Player" with intiellij
  3. Tried to create a new controller for Player, but fails with the below errors

|Compiling 164 source files
[groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
[groovyc] Z:\dev\intellij_WS\grails_bootstrap_kickstart\target\work\plugins\resources-1.2.1\src\groovy\org\grails\plugin\resource\ResourceProcessor.groovy: 6: unable to resolve class org.codehaus.groovy.grails.plugins.PluginManagerHolder
[groovyc] @ line 6, column 1.
[groovyc] import org.codehaus.groovy.grails.plugins.PluginManagerHolder
[groovyc] ^
[groovyc]
[groovyc] Z:\dev\intellij_WS\grails_bootstrap_kickstart\target\work\plugins\resources-1.2.1\src\groovy\org\grails\plugin\resource\util\HalfBakedLegacyLinkGenerator.groovy: 3: unable to resolve class org.codehaus.groovy.grails.commons.ConfigurationHolder
[groovyc] @ line 3, column 1.
[groovyc] import org.codehaus.groovy.grails.commons.ConfigurationHolder
[groovyc] ^
[groovyc]
[groovyc] 2 errors
.Error

@ziftech
Copy link

ziftech commented Jan 20, 2015

The same issue when creating new project, add compile ":kickstart-with-bootstrap:1.1.0" and grails compile/run-app in GGTS. Grails v 2.4.4

@ejaz-ahmed
Copy link

Grails v2.4.4 is not supported

@idiengaid
Copy link

May be i'm late but use runtime "org.grails.plugins:resources:1.2.14"
in your build config

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants