Re: Hide password in java ant task

2011-08-17 Thread Muralidhar Manku
task > prior to a few weeks back), though hopefully in your case inputstring is > working as advertised in the docs for the java task. > > David > > > -Original Message- > From: Muralidhar Manku [mailto:muralidhar.ma...@gmail.com] > Sent: Thursday, July 07, 2011 8:37

RE: Hide password in java ant task

2011-07-07 Thread David Parks
M To: user@ant.apache.org Subject: Hide password in java ant task Hi All, I am using ant java task to execute a class file and passing some argument to it. one of the argument to this java class is the database password. When the java task is getting executed, the entire command along with the pas

Hide password in java ant task

2011-07-07 Thread Muralidhar Manku
Hi All, I am using ant java task to execute a class file and passing some argument to it. one of the argument to this java class is the database password. When the java task is getting executed, the entire command along with the password is displayed in the process (ps -ef). Is there any way to