AW: How to specify a password parameter in Java task

2017-02-27 Thread jhm
] > Gesendet: Samstag, 25. Februar 2017 15:34 > An: user@ant.apache.org > Betreff: Re: How to specify a password parameter in Java task > > On 2017-02-24, Al Le wrote: > > > When I run the script with the "-v" option that parameter is also > > written out to

Re: How to specify a password parameter in Java task

2017-02-25 Thread Stefan Bodewig
On 2017-02-24, Al Le wrote: > When I run the script with the "-v" option that parameter is also > written out to console, in clear text. Is it possible to tell ant to > not write out the value in clear text but rather to display it as, > say, '***'. > Something like No there is no such capabili

How to specify a password parameter in Java task

2017-02-24 Thread Al Le
Hello, in my ant script, I have a call to the "java" task. The parameters are specified via nested "arg" elements. One of the parameters is a password; its value is not stored in the script but is calculated by a javascript and saved to an ant property. When I run the script with the "-v" opti