-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
> >>
> >> 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
> >>
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
;> 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
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
>
> 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:
://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]
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.
-