On 05/05/2012, at 3:12 AM, Luke Daley wrote: > Will ProgressLogger ever be made part of the public API? > > https://github.com/gradle/gradle/blob/master/subprojects/core/src/main/groovy/org/gradle/logging/ProgressLogger.java
I think so, but it needs a bit of a tweak first. When we go parallel, we might start buffering the output of a task until the task has completed, so we don't interleave the outputs. If we did this, we'd need to expose ProgressLogger (or something) so a task can provide live progress info. -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
