Hello,
When I try this simplified version of expenses.roo script (the full sample fails with the same error):
It fails with the following messagesproject --topLevelPackage org.springsource.roo.extrack
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity --class ~.server.domain.Employee
field string --fieldName displayName --notNull
gwt setup
Undo create [...]
Undo create SRC_MAIN_JAVA\org\springsource\roo\extrack\client\ managed\request
Undo failed SRC_MAIN_JAVA\org\springsource\roo\extrack\Applica tionScaffold.gwt.xml
google-web-toolkit.googlecode.com
Script execution aborted
Doing package
Lauching tests
log.roo is
Non gwt samples seem to work fine. It's on windows XP, with Java 1.6.0.24.// Spring Roo 1.1.2.RELEASE [rev fbc33bb] log opened at 2011-03-02 16:32:25
quit
// Spring Roo 1.1.2.RELEASE [rev fbc33bb] log closed at 2011-03-02 16:32:26
// Spring Roo 1.1.2.RELEASE [rev fbc33bb] log opened at 2011-03-02 16:32:42
project --topLevelPackage org.springsource.roo.extrack
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity --class ~.server.domain.Employee
field string --fieldName displayName --notNull
// [failed] gwt setup
// [failed] script expenses.roo
quit
// Spring Roo 1.1.2.RELEASE [rev fbc33bb] log closed at 2011-03-02 16:32:50
I am new to roo. Is there a way to increase roo log level ? What should I look for to understand what's going on?


Reply With Quote

?

