Hi Adam, as mentioned we are abusing gradle a bit and use it in our deployment scripts. In one of them I'm creating a list of all versions of our software available via artifactory (thx to artifactory rest api) and wait for user input to select one of them. While waiting the for the input the scripts always printing ">Loading". As mentioned this is only scripting sugar and has not much to do with the original purpose of gradle using to build your software.
regards, René Am 10.09.10 02:42, schrieb Adam Murdoch: > 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? > > > -- > Adam Murdoch > Gradle Developer > http://www.gradle.org > CTO, Gradle Inc. - Gradle Training, Support, Consulting > http://www.gradle.biz > > -- ------------------------------------ Rene Groeschke [email protected] http://www.breskeby.com http://twitter.com/breskeby ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
