i tried using the plugin on grails 2.4.2, but the resources plugin referenced in the BuildConfig.groovy don't seem to work with, the current grails version, I think there have being an updated build version of the resources plugin. Fixed it temporarily with using
runtime ":resources:1.2.8"
in my BuildConfig.groovy file.
But having this issue now
target/work/plugins/platform-ui-1.0.RC7/src/groovy/org/grails/plugin/platform/themes/Themes.groovy: 21: unable to resolve class org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter
@ line 21, column 1.
import org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter
The project needs a rebuild.
i tried using the plugin on grails 2.4.2, but the resources plugin referenced in the BuildConfig.groovy don't seem to work with, the current grails version, I think there have being an updated build version of the resources plugin. Fixed it temporarily with using runtime ":resources:1.2.8" in my BuildConfig.groovy file.
But having this issue now
target/work/plugins/platform-ui-1.0.RC7/src/groovy/org/grails/plugin/platform/themes/Themes.groovy: 21: unable to resolve class org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter @ line 21, column 1. import org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter
see
http://stackoverflow.com/questions/23915441/grails-upgrading-2-4-0-causes-error-compilation-error-startup-failed