MerryCoders / grails-platform-ui

Grails Platform UI
3 stars 5 forks source link

Needs a rebuild #11

Open JohnTheBeloved opened 10 years ago

JohnTheBeloved commented 10 years ago

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

ddelponte commented 10 years ago

Sorry to hear of your issues.

I'll take a look. Thank-you for the link.

It may be a few days before I have a fix.