Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Run Roo Command!

Tags:

spring-roo

I am trying to run command "Security SetUp" from roo shell that is embedded in SpringSource Tool Suite. But keep getting following...

Command 'security setup' was found but is not currently available (type 'help' then ENTER to learn about this command)

Any suggestions on what might be wrong?

like image 662
Nilesh Avatar asked Mar 12 '11 11:03

Nilesh


1 Answers

Roo will print this type of message (a command was found but is not currently available) when the command has dependencies which has not been satisfied yet.

According to the Roo manual and this report you have to set up the web layer (with creating at least one controller) before adding security.

like image 163
Csaba_H Avatar answered Sep 30 '22 04:09

Csaba_H