how do i do that ?

-----Original Message-----
From: Ken Wood [mailto:[EMAIL PROTECTED]
Sent: Friday, July 05, 2002 10:39 AM
To: Ant Developers List
Subject: Re: ANT + shell script.


May I respectfully suggest that you
move this discussion to the ant USERS
mailing list.

This list is for ant DEVELOPMENT issues.

Thank you.

Parag Shankar Kshirsagar wrote:
> 
> by returned parameters i mean ....
> for eg : i wanna call a shell script that gets the LOGNAME and want to return 
> this LOGNAME to the xml file.
> how do i do that ?
> 
> -----Original Message-----
> From: Quazi, Zubair [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 04, 2002 5:43 AM
> To: 'Ant Developers List'
> Subject: RE: ANT + shell script.
> 
> 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]>
> 
> --
> 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]>


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

Reply via email to