Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

sshexec hangs

Z W

2008-02-21

Replies: Find Java Web Hosting

Author LoginPost Reply
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
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.