Ben Alex has a slideshow introducing Spring Roo.
On slide 8, there is the claim "Even if you make a mistake, Roo will rollback changes!"
I'm unable to find actual documentation of this feature. Does anyone know how this can be accomplished?
Ben Alex has a slideshow introducing Spring Roo.
On slide 8, there is the claim "Even if you make a mistake, Roo will rollback changes!"
I'm unable to find actual documentation of this feature. Does anyone know how this can be accomplished?
If you typed in a command you cannot rollback using roo command line(as far as I know)
You cannot roll back, but roo keeps a log, roo.log, so you can repeat everything you've done up until then. And of course, you can just remove what's been added from your source, and usually Roo will update the source for you