On 14/12/2010, at 12:26 AM, Steven Devijver wrote:
> Hey,
>
> I've got a task where I have to parse thousands of files. I like the new ANSI
> output showing task execution information and I would like to piggy-back on
> that.
>
> What I would like to do is something like this:
>
> task "my-t
Hey,
I've got a task where I have to parse thousands of files. I like the new ANSI
output showing task execution information and I would like to piggy-back on
that.
What I would like to do is something like this:
task "my-task" << {
task ->
// read list of files
def files = [...]
def progres