The script
project --topLevelPackage foo --projectName foo
persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE
entity --class ~.server.domain.Foo
field string foo
gwt setup
ends with the message:
GWT module's gwt.xml file not found; cannot continue
I have tried spring-roo-1.1.4.RELEASE and spring-roo-1.1.4.BUILD-SNAPSHOT_20110517.005036-d4d95d4.
With spring-roo-1.1.3.RELEASE, it still worked.
