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

grails 2.4.0 #91

Open LucaMansutti opened 10 years ago

LucaMansutti commented 10 years ago

KickstartWithBootstrap not work with grails 2.4.0 why?

JohnTheBeloved commented 10 years ago

The plugin's last build uses the resources plugin which was not meant to work with grails 2.4. Either rebuilding the plugin with the recent build of the resources plugin or refactoring to use the asset pipeline plugin should fix the issue

marcellodesales commented 10 years ago

Any detailed instructions to do that?

JohnTheBeloved commented 10 years ago

Firstly, are you upgrading your grails application from a previous version of its a new grailsapp based on 2.4.2 version

marcellodesales commented 10 years ago

I had a fresh Grails installation of 2.4.3 before giving up...

biohazardxxx commented 9 years ago

Same over here with 2.4.4. Please give more instructions how to fix.

Compilation error: startup failed: E:...Workspace\test\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 @ line 6, column 1. import org.codehaus.groovy.grails.plugins.PluginManagerHolder ^ E:...Workspace\test\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 @ line 3, column 1. import org.codehaus.groovy.grails.commons.ConfigurationHolder ^ 2 errors

flerro commented 9 years ago

+1 same issue on clean Grails 2.4.3 project. Thanks

amra commented 9 years ago

The source of this issue is described here: http://stackoverflow.com/a/23915908/304285