I am still learning Rake.
Does Rake has built in support to handle task's error like MSBuild of NANT: if this task failed; execute anoter tasks (rolling back, etc.)
e.g.: in MSBuild they have OnError
element
<OnError ExecuteTargets="RollBackDatabase" />
Thanks for your help