Quantcast

Non Interactive Mode With Ant

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Non Interactive Mode With Ant

Jordon Saardchit
I can't seem to find any documentation for this.  Is it possible to run non-interactive mode from an ant script?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Non Interactive Mode With Ant

Andrew Todd
On Wed, Jun 27, 2012 at 4:28 PM, Jordon Saardchit <[hidden email]> wrote:
> I can't seem to find any documentation for this.  Is it possible to run non-interactive mode from an ant script?

My experience plumbing the depths of the build scripts is that
basically none of the command-line options are supported in Ant
scripts. This is one part of why I now invoke my Maven Grails builds
using maven-exec-plugin to invoke the command-line; without
"-plain-output," the Grails builder can literally crash a Bamboo build
agent. There's something in the fancy default console printing that
breaks a lot of consoles, especially when going through Maven.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...