Debugging weird behaviour in Roo shell?
Hi,
When I start up Roo 1.2.0.RELEASE in my newly upgraded-from-1.1.5.RELEASE project (using the command line shell script), I see this:
Code:
TSP git:(feature/json_blob) ☆ ~/Applications/springsource-2.9.0.M2/spring-roo-1.2.0.RELEASE/bin/roo.sh
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.2.0.RELEASE [rev 39eb957]
Welcome to Spring Roo. For assistance press TAB or type "hint" then hit ENTER.
Encountered " <IDENTIFIER> "avc1 "" at line 425, column 51.
Was expecting one of:
"instanceof" ...
")" ...
"," ...
"<" ...
"?" ...
"==" ...
"<=" ...
">=" ...
"!=" ...
"||" ...
"&&" ...
"+" ...
"-" ...
"*" ...
"/" ...
"&" ...
"|" ...
"^" ...
"%" ...
">" ...
roo>
I then don't know how to re-create that output. Is it possible to get development mode on startup?
My version of Roo is the one bundled with a fresh install of springsource-2.9.0.M2.
Thanks,
Juan