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
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
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");
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
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
>
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