I'm trying to call CYGWIN from Ant in XP unsuccessfully. I need to run a shell
script from winders that returns a value to me. Tried:
<exec dir="C:\cygwin" executable="Cygwin.bat" os="Windows XP"
timeout="1000" outputproperty="returnValue">
<arg line="/cygdrive/c/cygwin/home/myuser/myShellScript.sh"/>
</exec>
I get:
BUILD FAILED
C:\BuildDeployScripts\testCYGWIN.xml:3: Execute failed: java.io.IOException:
Crea
teProcess: Cygwin.bat /cygdrive/c/cygwin/home/myuser/myShellScript.sh error=2
Any help?
Thanks,
Eric