Hi,

Trying to run the Roo samples (bikeshop.roo, clinic.roo, embedding.roo, expenses.roo, pizzashop.roo, vote.roo) I always get a message like:

Code:
roo> script --file wedding.roo
project --topLevelPackage com.wedding
Command 'project --topLevelPackage com.wedding' was found but is not currently a
vailable (type 'help' then ENTER to learn about this command)
Script required 0.032 seconds to execute
Script execution aborted
roo> script --file expenses.roo
project --topLevelPackage org.springsource.roo.extrack
Command 'project --topLevelPackage org.springsource.roo.extrack' was found but i
s not currently available (type 'help' then ENTER to learn about this command)
Script required 0.036 seconds to execute
Script execution aborted
roo> script --file pizzashop.roo
tailor activate --name web-simple
Couldn't activate tailor configuration 'web-simple', not available.
// Create a new project
project --topLevelPackage com.springsource.pizzashop --projectName pizzashop
Command 'project --topLevelPackage com.springsource.pizzashop --projectName pizz
ashop' was found but is not currently available (type 'help' then ENTER to learn
 about this command)
Script required 0.191 seconds to execute
Script execution aborted
roo>

The first project worked: clinic.roo and if I run tomcat (mvn tomat:run) works well,
but... I can't run the other projects.


I'm working with: Windows 7 64 bits, Spring Roo 1.2.2.RELEASE [rev 7d75659], JDK-6u33, apache-maven-3.0.4

Any idea?


Best regards,

David.