Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 95194 invoked from network); 21 Jan 2005 18:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 18:56:25 -0000 Received: (qmail 23267 invoked by uid 500); 21 Jan 2005 18:56:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 23213 invoked by uid 500); 21 Jan 2005 18:56:19 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 23199 invoked by uid 99); 21 Jan 2005 18:56:19 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of juliusdavies@cucbc.com designates 64.114.5.49 as permitted sender) Received: from c2ksmtpg.cucbc.com (HELO c2ksmtpg.cucbc.com) (64.114.5.49) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 21 Jan 2005 10:56:19 -0800 Received: from c2kmail1.cucbc.com ([172.17.68.166]) by c2ksmtpg.cucbc.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 21 Jan 2005 10:56:17 -0800 Received: c2kmail1.cucbc.com 172.17.68.166 from 172.17.56.57 172.17.56.57 via HTTP with MS-WebStorage 6.0.6249 Received: from juliusmasutanilx by c2kmail1.cucbc.com; 21 Jan 2005 10:56:25 -0800 Subject: Re: How to use cvs task with extssh From: Julius Davies To: Ant Users List Cc: diego@datacom-telematica.com.br In-Reply-To: <41F140BB.2050807@datacom-telematica.com.br> References: <41F140BB.2050807@datacom-telematica.com.br> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 21 Jan 2005 10:56:24 -0800 Message-Id: <1106333784.15119.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 X-OriginalArrivalTime: 21 Jan 2005 18:56:17.0537 (UTC) FILETIME=[E3600F10:01C4FFEA] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, DIEGO, Try connecting to your CVS server directly over ssh (port 22), using PuTTY. The same error message will show up, but this time you'll get to interact with it. You should only need to do this once to eliminate the error you are seeing. yours, Julius On Fri, 2005-21-01 at 15:49 -0200, DataCom - Diego wrote: > Hi all, > > I am using Ant 1.6.2/Java 1.4.2_05/WinXP/cvsnt and trying to access a > remote Linux CVS repository. The supported protocol is extssh, but the > checkout is not working. It seems to require some user interaction and I > simply do not know what to do. This is the output that is printed and > then Ant hangs: > > Buildfile: build.xml > > init: > [echo] Today is = 2005-01-21 > > checkout: > [cvs] The server's host key is not cached in the registry. You > [cvs] have no guarantee that the server is the computer you > [cvs] think it is. > [cvs] The server's key fingerprint is: > [cvs] ssh-rsa 1024 77:d8:ef:e9:ba:84:9a:d7:93:cd:cf:dd:8e:d9:00:23 > [cvs] If you trust this host, hit Yes to add the key to > [cvs] PuTTY's cache and carry on connecting. > [cvs] If you want to carry on connecting just once, without > [cvs] adding the key to the cache, hit No. > [cvs] If you do not trust this host, hit Cancel to abandon the > [cvs] connection. > > And here is my build.xml: > > > cvsRoot=":extssh:diego@server:/home/cvsroot/MyProject" > package="dmview" > dest="${java.source}"/> > > > Is it anyhow possible to use CVS with extssh in Ant? How do I deal with > authentication in this case? Any samples are appreciated. > > Thanks in advance, > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org