Hi I have
<sshexec host="${hostname}"
username="${username}"
password="${password}"
command=" echo ${directory};
ls ${directory};"
trust="true"
failonerror="false"
outputproperty="jarfile" />
But for unknown reason, sshexec hangs when executing Ant 1.7
sun_files:
[sshexec] Connecting to sun01:22
Why ?
Anything I could do to overcome the hanging ?
Thanks
