Re: Hide password in java ant task

2011-08-17 Thread Muralidhar Manku
Thanks David. With "inputsstring" property, the passwords were not visible in the output of ps commands. Thanks, Murali On Thu, Jul 7, 2011 at 7:36 PM, David Parks wrote: > Your java class is going to need to be able to input the password on STDIN > I > believe. > > Assuming you control 'Test2

RE: Hide password in java ant task

2011-07-07 Thread David Parks
Your java class is going to need to be able to input the password on STDIN I believe. Assuming you control 'Test2' (in your example) enough to make that happen, then take a look at the input and inputstring propery of the java task, they allow you to pass data in via STDIN. The best solution is to