RE: Pipeline in exec-task

2008-07-02 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 1:58 AM To: user@ant.apache.org Subject: Pipeline in exec-task /* Hi there, I need to do a /bin/bash operation, the "|" is a pipe: find /tmp/module/ -type d | xargs chmod -v 755; &q

Re: Pipeline in exec-task

2008-07-02 Thread Upul Godage
> >> > >> A second question about : > >> > >> Is it possible not to have output to the shell from ? > >> > >> While performing the exec-task I get no text output, but when finishing > >> the > >>

Re: Pipeline in exec-task

2008-07-02 Thread Andrew Clegg
2008/7/2 jantje <[EMAIL PROTECTED]>: > > Ok (yes, I am working in /bin/bash), now I added this line, but it still does > not suppress the output: () > > > > > > > Isn't this because ant doesn't start processes via bash (or any other shell), but invokes them directly? It

Re: Pipeline in exec-task

2008-07-02 Thread jantje
;> 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

Re: Pipeline in exec-task

2008-07-02 Thread Andrew Clegg
But the result of this exec-task has to be "piped" to: xargs chmod -v 755; I really can't find a solution, anyone? Is it possible? :-) thanks and greetings.. -- View this message in context: http://www.nabble.com/Pipeline-in-exec-task-tp18227711p18227711.html Sent from

Re: Pipeline in exec-task

2008-07-01 Thread Gabor Maghera
> > Is it possible not to have output to the shell from ? > > 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:

Re: Pipeline in exec-task

2008-07-01 Thread jantje
://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]

Pipeline in exec-task

2008-07-01 Thread jantje
755; I really can't find a solution, anyone? Is it possible? :-) thanks and greetings.. -- View this message in context: http://www.nabble.com/Pipeline-in-exec-task-tp18227711p18227711.html Sent from the Ant - Users mailing list archive at Nabble.com. -