Hi,

I am discovering Roo at the moment and everything seem great!

I have a question though: how can we update actions done earlier through Roo? More specifically, how to update aspects with Roo?

For example I do that first:

Code:
field --fieldName lastname --class Employee
But then I want to change lastname to lastName and cascading this change to every aspects generated by Roo, how can we do that?