Hi,

When using the secure input handler - e.g.:

<input message="enter pass" addproperty="pwd" defaultvalue="NULL">
   <handler type="secure"/>
</input>

...the build hides the keyboard input as expected. However, if I run ant 
with -d, the next line of console output is "Setting project property: pwd 
-> pass"!

This seems less than ideal - is it by design, and are there any steps I 
can take to prevent it? I'd prefer not to write an input handler of my own 
if I can possibly avoid it, but is that going to be the only option?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to