Skip to content

Instantly share code, notes, and snippets.

@dstarh
Created April 22, 2013 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstarh/5437527 to your computer and use it in GitHub Desktop.
Save dstarh/5437527 to your computer and use it in GitHub Desktop.
sublog
dstarh:danger-danger-squared.local in [/usr/local/site/tools] rm -rf ~/.grails
dstarh:danger-danger-squared.local in [/usr/local/site/tools] |NUT-37-grails-2.1.4-java-7 ✗|$ grails install-plugin sublog --stacktrace
| Installed plugin sublog-0.5.3
| Error Error executing script InstallPlugin: BUG! exception in phase 'conversion' in source unit 'Script1.groovy' No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
BUG! exception in phase 'conversion' in source unit 'Script1.groovy' No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode
at org.codehaus.gant.IncludeTargets.leftShift(IncludeTargets.groovy:72)
at org.codehaus.gant.IncludeTargets$leftShift$0.call(Unknown Source)
at InstallPlugin$_run_closure8.doCall(InstallPlugin:246)
at InstallPlugin$_run_closure8.call(InstallPlugin)
at InstallPlugin$_run_closure14_closure29.doCall(InstallPlugin:337)
at InstallPlugin$_run_closure14_closure29.doCall(InstallPlugin)
at java_util_concurrent_Callable$call.call(Unknown Source)
at InstallPlugin.withPluginInstall(InstallPlugin:357)
at InstallPlugin.this$4$withPluginInstall(InstallPlugin)
at InstallPlugin$_run_closure14.doCall(InstallPlugin:335)
at InstallPlugin$_run_closure14.call(InstallPlugin)
at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
at InstallPlugin$_run_closure1.doCall(InstallPlugin.groovy:54)
at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:185)
at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
at java_util_concurrent_Callable$call.call(Unknown Source)
at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
at java_util_concurrent_Callable$call.call(Unknown Source)
at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
at java_util_concurrent_Callable$call.call(Unknown Source)
at gant.Gant.withBuildListeners(Gant.groovy:427)
at gant.Gant.this$2$withBuildListeners(Gant.groovy)
at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
at gant.Gant.dispatch(Gant.groovy:415)
at gant.Gant.this$2$dispatch(Gant.groovy)
at gant.Gant.invokeMethod(Gant.groovy)
at gant.Gant.executeTargets(Gant.groovy:591)
at gant.Gant.executeTargets(Gant.groovy:590)
Caused by: groovy.lang.MissingPropertyException: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode
at com.smokejumperit.sublog.WithLogImpl.containsAnnotationPackageImport(WithLogImpl.groovy:54)
at com.smokejumperit.sublog.WithLogImpl$containsAnnotationPackageImport.callCurrent(Unknown Source)
at com.smokejumperit.sublog.WithLogImpl.packageImportAnnotationClasses(WithLogImpl.groovy:77)
at com.smokejumperit.sublog.WithLogImpl$packageImportAnnotationClasses.callCurrent(Unknown Source)
at com.smokejumperit.sublog.WithLogImpl.visit(WithLogImpl.groovy:29)
... 35 more
| Error Error executing script InstallPlugin: BUG! exception in phase 'conversion' in source unit 'Script1.groovy' No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment