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: Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
Thanks David, Unfortunately I have no control over the contents of the file I'm parsing, and I don't want to insert place holders. I located the code that introduces this "feature" and have changed it locally to work as I need it, but I would appreciate some feedback on what it might break (if

Re: Problems using properties containing multiple dollar signs.

2011-08-17 Thread David Weintraub
On Wed, Aug 17, 2011 at 11:04 AM, Holman, Chris wrote: > This ant script snippet: >       >       > > Prints out: >     [echo] $ $ $$ $$ $$$ $$$ > Interestingly, I ran the following test: So, the value of the variable seems correct, bu

Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
This ant script snippet: Prints out: [echo] $ $ $$ $$ $$$ $$$ I think its related to this PropertyExpander definition org.apache.tools.ant.PropertyHelper.SKIP_DOUBLE_DOLLAR