KickstartWithBootstrap icon indicating copy to clipboard operation
KickstartWithBootstrap copied to clipboard

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

Open SimonHobbsNektan opened this issue 11 years ago • 3 comments

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

SimonHobbsNektan avatar Nov 20 '14 11:11 SimonHobbsNektan

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

ziftech avatar Jan 20 '15 13:01 ziftech

Grails v2.4.4 is not supported

ejaz-ahmed avatar Feb 07 '15 12:02 ejaz-ahmed

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

idiengaid avatar Aug 10 '17 17:08 idiengaid