[Rake-devel] recursive task invocation
Ittay Dror
ittay.dror at gmail.com
Mon Aug 11 23:21:07 EDT 2008
Jim Weirich wrote:
>
> 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?
i meant to suggest making the invocation of tasks and iterative process
rather than recursive.
--
--
Ittay Dror <ittay.dror at gmail.com>
More information about the Rake-devel
mailing list