You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Nagender Malik <na...@intersolutions.stpn.soft.net> on 2006/09/12 09:13:16 UTC

How to call a shell script using element.

Hi All,
How to call a shell script using <exec> element.

Regds,
Nagender

RE: How to call a shell script using element.

Posted by Michael Clark <mc...@comcast.net>.
Here's ho I do it

        <exec executable="bash.exe">
            <arg value="${Build_Dir}${fs}zipAll.sh"/>
            <arg value="${Repository_Dir}"/>
        </exec>

Good luck
-Miuchael

-----Original Message-----
From: Nagender Malik [mailto:nagender_malik@intersolutions.stpn.soft.net] 
Sent: Tuesday, September 12, 2006 3:13 AM
To: Ant Group
Subject: How to call a shell script using <exec> element.

Hi All,
How to call a shell script using <exec> element.

Regds,
Nagender


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org