Hi,
Which ant version are you using?
There was a bug that stdout will be closed after "sshexec" task.
How about adding "touch" task? Will it be invoked?
2006/5/15, Venkatesh Vijayakumar04 <[EMAIL PROTECTED]>:
<target name="connect"
<echo message="Starting the SSHEXEC operation for using connect script"/>
<sshexec host="172.25.41.22"
username="e5760"
password="******"
trust="true"
command="./connectt.sh"/>
<touch file="/tmp/foo" />
<echo message="Ending the SSHEXEC operation for using connect script"/>
</target>
That stdout-closing bug has been fixed in the nightly snapshot.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]