Hi! Parag

You can call shell script from ant like

<exec executable="${base}/deploy/scripts/startWebLogic.sh"
dir="${base}/deploy/scripts" taskname="start-weblogic-normal">
        <arg line="${mode} bea main ${ftppasswd}"/>
</exec>

here $base is an environment variable.


I didn't understand by the part returned parameter, could you please
explain.

Thanks
Zubair Ahmed
Project Manager
Achex Inc (a First Data Company)
San Francisco, CA
USA


-----Original Message-----
From: Parag Shankar Kshirsagar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 03, 2002 5:26 AM
To: [EMAIL PROTECTED]
Subject: ANT + shell script.


how do i call a shell script through ant (ie thru build.xml)
also if a shell script can be called can i have  a returned parameter from
that script ?

Regards
Parag Kshirsagar
Infosys Technologies Ltd.,
Pune,India.
Ph. No:2932800 Extn:5683


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to