On 2023-01-30, Gilles Querret wrote:
> I have to pass a secret to an Exec task (in a custom Ant plugin), and one
> way to do that is to pipe the output of another command line to this exec
> task.
Unfortunately there is no direct support for pipes.
> I've tried setInputString, but the passphrase
Hello,
I have to pass a secret to an Exec task (in a custom Ant plugin), and one
way to do that is to pipe the output of another command line to this exec
task.
First, is there a way to programmatically pass the output this command line
to an Exec task ? Usage of my task would be something like: