Unable to load resources, jquery-ui
I'm trying out the plugin on a Grails 2.4.4. app that doesn't use the resources plug so I add the following to BuildConfig.groovy:
runtime ":resources:1.2.13"
compile ":rest-api-doc:0.5"
I then run the grails rest-api-doc command and get this error:
| Error 2014-12-25 10:10:00,962 [main] ERROR resource.ResourceProcessor - Unable to load resources
Message: No signature of method: groovy.util.ConfigObject.getGrailsPlugin() is applicable for argument types: (java.lang.String) values: [jquery-ui]
I've tried removing the asset-pipeline plugin because of an incompatibility between resources and asset-pipeline but the problem continues.
As a workaround, try downgrading to resources:1.2.8. We had the same problem.
Thanks. Tried that but the problem persists.
I fixed this problem by removing the spring-security-ui plugin. The only reason jquery-ui was used in my project was as a dependency of spring-security-ui. Still not sure why this causes the jquery-ui related problem with the rest-api-doc.
I have this issue too. Downgrading doesn't work either. And I need JqueryUI... No news on this point ?