Requisites instaled:
- GWT 2.0
- Grails 1.1.1
- grails-gwt-plugin 0.4.1
- java 1.6.07
Phases:
- Create grails project. Ok
- Install gwt plugin. Ok
- Generate Gwt clas. Ok
- Asign the class to a gsp. Ok
- Compile gwt modules or run-app. Error:
I try to compile my grails project with the gwt plugin intaled and I
get this response:
rgar...@dev04:~/projects/external/grails/gwt-sample$ grails
compile-gwt-modules
Welcome to Grails 1.1.1 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /home/rgarcia/software/grails/grails-1.1.1
Base Directory: /home/rgarcia/projects/external/grails/gwt-sample
Running script /home/rgarcia/.grails/1.1.1/projects/gwt-sample/
plugins/gwt-0.4.1/scripts/CompileGwtModules.groovy
Environment set to development
Error executing script CompileGwtModules: No such property:
compile for class: _GwtInternal_groovy
gant.TargetMissingPropertyException: No such property: compile for
class: _GwtInternal_groovy
at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:329)
at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334)
at gant.Gant$_dispatch_closure6.doCall(Gant.groovy)
at gant.Gant.withBuildListeners(Gant.groovy:344)
at gant.Gant.this$2$withBuildListeners(Gant.groovy)
at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown
Source)
at gant.Gant.dispatch(Gant.groovy:334)
at gant.Gant.this$2$dispatch(Gant.groovy)
at gant.Gant.invokeMethod(Gant.groovy)
at gant.Gant.processTargets(Gant.groovy:495)
at gant.Gant.processTargets(Gant.groovy:480)
Caused by: groovy.lang.MissingPropertyException: No such property:
compile for class: _GwtInternal_groovy
at _GwtInternal_groovy$_run_closure2.doCall(_GwtInternal_groovy:
88)
at CompileGwtModules$_run_closure1.doCall(CompileGwtModules:14)
at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)
... 10 more
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.