Re: How to specify a password parameter in Java task
Stefan Bodewig <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <[email protected]> |
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 <arg value="${myPassword}" isPassword="true"/>
No there is no such capability within Ant.
Stefan