On Aug 11, 2008, at 1:37 PM, Ittay Dror (Freiman) wrote:
My initial suggestion is to linearize the invocation process. Then, if a task fails, Rake stops the execution. If a developer wants the execution to continue even if some actions fail, he writes those actions such that they return normally (begin...rescue).
Isn't this what happens now? The problem only occurs if using the multitalk options, right?
Or am I misunderstanding? -- -- Jim Weirich -- [EMAIL PROTECTED] _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
