I'm trying the wedding RSVP example with the most recent Roo (because I want Integrated DB Reverse Engineering).

I'm a bit stuck here....


/Users/alex/Documents/spring-roo-1.1.0.RC1/bin/roo.sh
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.1.0.RC1 [rev 51cb976]


Welcome to Spring Roo. For assistance press TAB or type "hint" then hit ENTER.
roo> entity --name ~.domain.Rsvp
You must specify option 'class' for this command
roo> entity --name ~.domain.Rsvp --class
entity --name ~.domain.Rsvp --class
required --class: Name of the entity to create; no default value


Is the example out of date, or is this a problem at my end?

thanks.