On 10/09/2010, at 4:50 PM, Russel Winder wrote: > On Fri, 2010-09-10 at 10:42 +1000, Adam Murdoch wrote: >> >> On 08/09/2010, at 3:15 PM, Rene Groeschke wrote: >> >>> hi there, >>> is there an easy way to get rid of the >Loading and >Building output >>> during a gradle builds? >>> >> >> >> There isn't at the moment, but it could be added easily enough. Why do >> you want to get rid of the output? >> > The output assumes gradle is being used interactively from a command > line. If you use Gradle from a script then not having all the output is > a very good idea.
Gradle already switches off the console stuff when you are running from a script. Are you seeing the control characters when you run Gradle from a script? -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
