KickstartWithBootstrap icon indicating copy to clipboard operation
KickstartWithBootstrap copied to clipboard

grails 2.4.0

Open LucaMansutti opened this issue 11 years ago • 7 comments

KickstartWithBootstrap not work with grails 2.4.0 why?

LucaMansutti avatar Jul 08 '14 08:07 LucaMansutti

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

JohnTheBeloved avatar Jul 27 '14 10:07 JohnTheBeloved

Any detailed instructions to do that?

marcellodesales avatar Sep 17 '14 18:09 marcellodesales

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

JohnTheBeloved avatar Sep 26 '14 08:09 JohnTheBeloved

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

marcellodesales avatar Sep 29 '14 15:09 marcellodesales

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

biohazardxxx avatar Oct 31 '14 07:10 biohazardxxx

+1 same issue on clean Grails 2.4.3 project. Thanks

flerro avatar Nov 13 '14 17:11 flerro

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

amra avatar Feb 23 '15 15:02 amra