Re: Capturing Ant output in a way similar to Unix pipes

2007-10-02 Thread Dominique Devienne
On 10/2/07, Holger Rauch <[EMAIL PROTECTED]> wrote: > Is it possible to use the output of one Ant task as the input of another Ant > task (some sort of piping mechanism as it exists in Unix) without the usage > of intermediate temporary files? If so, how can this be done? > Is it possible to acces

Capturing Ant output in a way similar to Unix pipes

2007-10-02 Thread Holger Rauch
Hi to all list members, I've looked in the Ant manual and googled about the questions mentioned below but unfortunately haven't found anything useful. Is it possible to use the output of one Ant task as the input of another Ant task (some sort of piping mechanism as it exists in Unix) without the