Re: Problem executing task

2005-08-19 Thread Karunakar Chatla
Thanx, I have done exactly this and is working fine. - Original Message - From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, August 19, 2005 9:51 PM Subject: RE: Problem executing task You need to specify either t

RE: Problem executing task

2005-08-19 Thread Anderson, Rob (Global Trade)
August 19, 2005 3:47 AM > To: Ant Users List; [EMAIL PROTECTED] > Subject: Re: Problem executing task > > > It is giving following error when I use 22 as port number - > > com.jcraft.jsch.JSchException: reject HostKey: 172.18.228.70 > at > org.apache.tools.ant.tas

Re: Problem executing task

2005-08-19 Thread Karunakar Chatla
:143) - Original Message - From: "Atsuhiko Yamanaka" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, August 19, 2005 4:05 PM Subject: Re: Problem executing task Hi, On 8/19/05, Karunakar Chatla <[EMAIL PROTECTED]> wrote: > > &

Re: Problem executing task

2005-08-19 Thread Atsuhiko Yamanaka
Hi, On 8/19/05, Karunakar Chatla <[EMAIL PROTECTED]> wrote: > > >port="23" > username="user" > password="password" > command="ls" > output="${output.folder.path}\ssh.log" > failonerror="true"/> > > Usually, sshd will wait for connections at TCP port 22. Is TCP

Problem executing task

2005-08-18 Thread Karunakar Chatla
Hi, I am relatively new to FreeBSD and ANT. I wanted to fire a command on FreeBSD box from a windows box. I am using task to accomplish my task. I have downloaded jsch-0.1.21.jar and copied it to lib folder of ANT. Following is by build file. I am getting following error on running