Even if I add touch task no use, because control is not returning to the
script.

-----Original Message-----
From: Venkatesh Vijayakumar04 [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 15, 2006 3:06 PM
To: Ant Users List
Cc: [EMAIL PROTECTED]
Subject: RE: exit from the script running in the remote machine using
sshexec



In which version the stdout closing bug has been fixed. Please give me
the link for downloading the corresponding version of ant where the
above bug has been fixed.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Atsuhiko Yamanaka
Sent: Monday, May 15, 2006 2:57 PM
To: Ant Users List
Subject: Re: exit from the script running in the remote machine using
sshexec

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]


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
solely for the use of the addressee(s). If you are not the intended
recipient, please notify the sender by e-mail and delete the original
message. Further, you are not to copy, disclose, or distribute this
e-mail or its contents to any other person and any such actions are
unlawful. This e-mail may contain viruses. Infosys has taken every
reasonable precaution to minimize this risk, but is not liable for any
damage you may sustain as a result of any virus in this e-mail. You
should carry out your own virus checks before opening the e-mail or
attachment. Infosys reserves the right to monitor and review the content
of all messages sent to or from this e-mail address. Messages sent to or
from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

---------------------------------------------------------------------
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]

Reply via email to