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

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

Custom ANT task

2009-04-08 Thread Muralidhar Manku
Hi , I am a third party custom ant task where it accepts a set of defined attributes and provision to pass additional attributes. checkArgIsNull(applicationName, "applicationName"); checkArgIsNull(name, "name"); checkArgIsNull(factoryClass, "factoryClass");

help with ant - copy and filesets

2008-12-14 Thread Muralidhar Manku
Hi , I am new to ant to script. I am looking for some help for the below task Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these sub directories in turn have some other directories and some java files. a) Create a temp directory (/d1/temp) a) I need to create a directory unde

Re: help with ant - copy and filesets

2008-12-12 Thread manku
quot;mapper" > > http://ant.apache.org/manual/CoreTypes/mapper.html > > manku wrote: >> Hi , >> >> I am new to ant to script. I am looking for some help for the below task >> Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these >

help with ant - copy and filesets

2008-12-12 Thread manku
Hi , I am new to ant to script. I am looking for some help for the below task Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these sub directories in turn have some other directories and some java files. a) Create a temp directory (/d1/temp) a) I need to create a directory und