Outputproperty in sshexec

2005-07-28 Thread Jacob, Anil - MWL
> I have an ssh task which executes a remote start command and I am > trying to get the exit status using outputproperty. However I notice > that the outputproperty value is not being set. Any Idea's? here is a > part of my build. > > keyfile="${user.home}/.ssh/id_dsa" trust="true" command="

RE: Outputproperty in sshexec

2005-07-27 Thread Anderson, Rob (Global Trade)
gt; To: user@ant.apache.org > Subject: Outputproperty in sshexec > > > > I have an ssh task which executes a remote start command and > I am trying > to get the exit status using outputproperty. However I notice that the > outputproperty value is not being set. Any Ide

Outputproperty in sshexec

2005-07-26 Thread Jacob, Anil - MWL
I have an ssh task which executes a remote start command and I am trying to get the exit status using outputproperty. However I notice that the outputproperty value is not being set. Any Idea's? here is a part of my build. --- ${step4.out} is not being set at all. The ssh task executes