Re: [PATCH] resultproperty for sshexec

2006-07-26 Thread Stefan Bodewig
On Fri, 16 Jun 2006, Atsuhiko Yamanaka <[EMAIL PROTECTED]> wrote: > The attached patch will add the 'resultproperty' attribute support > to sshexec task. You know that 'resultproperty' is supported by > exec task. I had put this mail aside before I went on vacation and just now saw there is no a

[PATCH] resultproperty for sshexec

2006-06-16 Thread Atsuhiko Yamanaka
Hi, The attached patch will add the 'resultproperty' attribute support to sshexec task. You know that 'resultproperty' is supported by exec task. There is no problem even if this patch is ignored, but I strongly recommend to use channel.isClosed() instead of channel.isEOF() in SSHExec.java. T