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

grails 2.4.0 #91

Open
LucaMansutti opened this issue Jul 8, 2014 · 7 comments
Open

grails 2.4.0 #91

LucaMansutti opened this issue Jul 8, 2014 · 7 comments

Comments

@LucaMansutti
Copy link

KickstartWithBootstrap not work with grails 2.4.0 why?

@JohnTheBeloved
Copy link

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
Copy link

Any detailed instructions to do that?

@JohnTheBeloved
Copy link

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

@marcellodesales
Copy link

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

@biohazardxxx
Copy link

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
Copy link

flerro commented Nov 13, 2014

+1 same issue on clean Grails 2.4.3 project. Thanks

@amra
Copy link

amra commented Feb 23, 2015

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

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

6 participants