Is there a way to find out why Roo creates something (in this case a controller but that's not always the case) and then later issues "Undo create..."
& "Undo manage..."
messages? This is very frustrating.
I've yet to find a way to get Roo to dump more detail.
If you need to see more information about Roo shell errors when you execute an operation you could use the following command and then execute your operation again:
roo> development mode
This command will activate development mode and it will show you possible exceptions.
Hope this help.