Grails Plugins
Popular Plugins
|
Newest Plugins
|
Recently Updated
|
Welcome to the Grails plugin portal. The place where you can find information about the latest plugins available for the Grails framework.For a more detailed overview of creating Grails plugins (it's easy!), checkout the user guide section on Plugins.If you are interested in distributing a plugin in the Grails central repository take a look at this page.
Latest Comments
-
I have an exception when installing the plugin.I tried a grails update but the plugin still would not install.My grails version is:Welcome to Grails 1.0.3 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: /home/stephane/dev/java/libs/grails/grails-1.0.3Base Directory: /home/stephane/dev/java/projects/grails-demos/restful Script Version not found. Run 'grails help' for a complete list of available scripts.Here is the exception:Base Directory: /home/stephane/dev/java/projects/grails-demos/restful Running script /home/stephane/dev/java/libs/grails/grails-1.0.3/scripts/InstallPlugin.groovy Environment set to development delete (+) Deleting directory /home/stephane/dev/java/projects/grails-demos/restful/plugins/functional-test-1.2.7 mkdir (+) Created dir: /home/stephane/dev/java/projects/grails-demos/restful/plugins/functional-test-1.2.7 unzip (+) Expanding: /home/stephane/dev/java/projects/grails-demos/restful/plugins/grails-functional-test-1.2.7.zip into /home/stephane/dev/java/projects/grails-demos/restful/plugins/functional-test-1.2.7 Compiling plugin functional-test-1.2.7 … ... mkdir (+) Created dir: /home/stephane/.grails/1.0.3/projects/restful/classes groovyc (+) Compiling 19 source files to /home/stephane/.grails/1.0.3/projects/restful/classes Loading with installed plug-ins: "functionalTest" (+) … Executing functional-test-1.2.7 plugin post-install script … No signature of method: Script1.grailsScript() is applicable for argument types: (java.lang.String) values: {"Init"} groovy.lang.MissingMethodException: No signature of method: Script1.grailsScript() is applicable for argument types: (java.lang.String) values: {"Init"} at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:55) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:91) at Script1.run(Script1.groovy:12) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:543) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:518) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912) at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:946) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756) at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:778) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170) at org.codehaus.gant.IncludeTargets.leftShift(IncludeTargets.groovy:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912) at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:946) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756) at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:778) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170) at InstallPlugin_groovy$_run_closure3.doCall(InstallPlugin_groovy:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912) at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:946) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:142) at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:79) at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:94) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:78)posted by stephaneeybert
-
I´m sorry for the repeated messages. My internet conection was slow and I pressed the button many times.Herreraposted by Herrera
-
1) error to install jquery plugin (windows vista + grails 1.1.1):Running script C:UsersPedro.grails1.1.1projectsteste01pluginsjquery-1.3.2.4scriptsInstallJqueryPlugin.groovy Error executing script InstallJqueryPlugin: Cannot get property 'jquery' on null object java.lang.NullPointerException: Cannot get property 'jquery' on null object at InstallJqueryPlugin.run(InstallJqueryPlugin:4) at InstallJqueryPlugin$run.call(Unknown Source) at gant.Gant.processTargets(Gant.groovy:494) at gant.Gant.processTargets(Gant.groovy:480)2) config-file JQueryConfig.groovy is not created3)inside web-app/plugins directory is create the following structure :>jquery-1.3.2.4 >>css >>images >>js >>>jquery >>>>jquery-1.2.6.js ??????? >>>prototype ???????? >>>>… ?????????? >>>aplication.js >>>jquery-ui1.6rc2.packed.jsHerreraposted by Herrera
-
1) error to install jquery plugin (windows vista + grails 1.1.1):Running script C:UsersPedro.grails1.1.1projectsteste01pluginsjquery-1.3.2.4scriptsInstallJqueryPlugin.groovy Error executing script InstallJqueryPlugin: Cannot get property 'jquery' on null object java.lang.NullPointerException: Cannot get property 'jquery' on null object at InstallJqueryPlugin.run(InstallJqueryPlugin:4) at InstallJqueryPlugin$run.call(Unknown Source) at gant.Gant.processTargets(Gant.groovy:494) at gant.Gant.processTargets(Gant.groovy:480)2) config-file JQueryConfig.groovy is not created3)inside web-app/plugins directory is create the following structure :>jquery-1.3.2.4 >>css >>images >>js >>>jquery >>>>jquery-1.2.6.js ??????? >>>prototype ???????? >>>>… ?????????? >>>aplication.js >>>jquery-ui1.6rc2.packed.jsHerreraposted by Herrera
-
1) error to install jquery plugin (windows vista + grails 1.1.1):Running script C:UsersPedro.grails1.1.1projectsteste01pluginsjquery-1.3.2.4scriptsInstallJqueryPlugin.groovy Error executing script InstallJqueryPlugin: Cannot get property 'jquery' on null object java.lang.NullPointerException: Cannot get property 'jquery' on null object at InstallJqueryPlugin.run(InstallJqueryPlugin:4) at InstallJqueryPlugin$run.call(Unknown Source) at gant.Gant.processTargets(Gant.groovy:494) at gant.Gant.processTargets(Gant.groovy:480)2) config-file JQueryConfig.groovy is not created3)inside web-app/plugins directory is create the following structure :>jquery-1.3.2.4 >>css >>images >>js >>>jquery >>>>jquery-1.2.6.js ??????? >>>prototype ???????? >>>>… ?????????? >>>aplication.js >>>jquery-ui1.6rc2.packed.jsHerreraposted by Herrera

