Re: [gradle-user] Showing task progression

2010-12-13 Thread Adam Murdoch
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

[gradle-user] Showing task progression

2010-12-13 Thread Steven Devijver
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