Pritesh, Why not use the 'dir' attribute. Try something like the following ...
<target name="call" >
<exec dir="./BUILD" executable="Build.sh" os="Linux"
failonerror="true"/>
</target>if this does not work, then please send the error that is thrown.
Hope this helps, Rajat
Pritesh saharey wrote:
Hi all, I would like to know what iam missing in my exec task <target name="call" > <exec executable="BUILD/Build.sh" os="Linux" failonerror="true" /> </target>
this simple call target is not working what i had done wrong.
thanks pritesh
_____________________________________________________________ Join SQAtester.com Community ---> http://www.sqatester.com/testersarea/joinus.htm
_____________________________________________________________ Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, POP & more! http://www.everyone.net/selectmail?campaign=tag
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
