stefanogualdi / grails-ckeditor

Grails CKEditor plugin
http://grails.org/plugin/ckeditor
Apache License 2.0
23 stars 32 forks source link

Make plugin work with Grails 2.4.0 #12

Closed saw303 closed 10 years ago

saw303 commented 10 years ago

When I upgrade to Grails 2.4.0.M2 I get the following error.

| Environment set to development....
| Error Error loading event script from file [/home/xxx/dev/projects/yyy/target/work/plugins/ckeditor-3.6.6.1.1/scripts/_Events.groovy] startup failed:
/home/xxxx/dev/projects/yyy/target/work/plugins/ckeditor-3.6.6.1.1/scripts/_Events.groovy: 18: unable to resolve class org.codehaus.groovy.grails.plugins.PluginManagerHolder
@ line 18, column 1.
import org.codehaus.groovy.grails.plugins.PluginManagerHolder
^

In Grails 2.4 they removed the deprecated class

org.codehaus.groovy.grails.plugins.PluginManagerHolder

Do you plan to provide a version for Grails 2.4?

stefanogualdi commented 10 years ago

Hi,

I've just released version 4.4.0.0-SNAPSHOT.

Please give it a try, it should work fine with grails 2.3+ and contains the latest versions of ckeditor and open file manager.

Looking forward for your feedback

ciao

saw303 commented 10 years ago

Looks good so far. Thank you for your quick response and help.