joergrech / KickstartWithBootstrap

Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

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

Open SimonHobbsNektan opened 9 years ago

SimonHobbsNektan commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Grails v2.4.4 is not supported

idiengaid commented 7 years ago

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