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

RE: Ant 1.8.3alpha: task fails to handle quotes within quotes command lines

2011-06-27 Thread David Parks
only talking to myself here. I suppose this is natures version of an infinite loop. -Original Message----- From: David Parks [mailto:davidpark...@yahoo.com] Sent: Tuesday, June 28, 2011 10:35 AM To: user@ant.apache.org Subject: Ant 1.8.3alpha: task fails to handle quotes within quotes com

Ant 1.8.3alpha: task fails to handle quotes within quotes command lines

2011-06-27 Thread David Parks
I'm trying to run a command with both single and double quotes through . I am using last nights build of ant 1.8.3alpha (I should note the same behavior on 1.8.2). But the arguments appear to be incorrectly passed to the command line, as per the following demonstration. This command runs from a DO