If you're using some flavor of the UNIX shell you can append " 2>&1>/dev/null" to the executed command in order to suppress output (at the OS level).
Gabor On Tue, Jul 1, 2008 at 5:13 PM, jantje <[EMAIL PROTECTED]> wrote: > > > A second question about <exec/>: > > Is it possible not to have output to the shell from <exec/>? > > While performing the exec-task I get no text output, but when finishing the > task, I get all the output at once.. I need something like quit or > verbose.. > > Thanks.. > -- > View this message in context: > http://www.nabble.com/Pipeline-in-exec-task-tp18227711p18227867.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >