Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 34670 invoked from network); 26 Jun 2007 21:10:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 21:10:46 -0000 Received: (qmail 94069 invoked by uid 500); 26 Jun 2007 21:10:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 94020 invoked by uid 500); 26 Jun 2007 21:10:29 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 93896 invoked by uid 99); 26 Jun 2007 21:10:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 14:10:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of peter.kitt.reilly@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 14:10:24 -0700 Received: by ug-out-1314.google.com with SMTP id q2so175308uge for ; Tue, 26 Jun 2007 14:10:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tEQMde/FO+jD/YJGSNXy+/jk0zYXIAH7lREwDgXKu9YHIPHeUaFI/zxeDSrGouMa3zqJyeYtwooV8tvcV0iDmVaaXTQRzD8C8yDR8KxSSw1QkA0dxnOh+JOH+V+0KLINjtn/BNnBmjHXsqJ96QcZkAxX4Ppbn7yyNZitbtsopko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=La0XBhAv6PSPxZ5t7KgdG+bg9wG0XGMBu4AnKwJrvykHNuyI7J3T4alhZTVnbCyckjmScd/5UPplyyrBv4daEMsDrgXCGTjUbyI7kls7V6lz/2EzO1hTpa7T0sUuAe0CMj0/BuzfrLPEnEpFzQkMP61rNh7Q1J3CeMuN6+mmaJg= Received: by 10.82.127.14 with SMTP id z14mr15732747buc.1182892202750; Tue, 26 Jun 2007 14:10:02 -0700 (PDT) Received: by 10.82.117.3 with HTTP; Tue, 26 Jun 2007 14:10:02 -0700 (PDT) Message-ID: Date: Tue, 26 Jun 2007 22:10:02 +0100 From: "Peter Reilly" To: "Ant Users List" , "Martin Gainty" Subject: Re: ant cvs error In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706261659.43940.robert.clark@quest.com> X-Virus-Checked: Checked by ClamAV on apache.org See the manual: http://ant.apache.org/manual/CoreTasks/cvs.html """ Important: This task needs "cvs" on the path. If it isn't, you will get an error (such as error 2 on windows). If doesn't work, try to execute cvs.exe from the command line in the target directory in which you are working. """ On 6/26/07, Martin Gainty wrote: > Is there a cvs binary that needs to be installed? > I didnt see this in ant distro?! > > Thanks! > M-- > This email message and any files transmitted with it contain confidential > information intended only for the person(s) to whom this email message is > addressed. If you have received this email message in error, please notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > ----- Original Message ----- > From: "Robert Clark" > To: "Martin Gainty" > Cc: > Sent: Tuesday, June 26, 2007 4:59 PM > Subject: Re: ant cvs error > > > > On Tuesday June 26, 2007, "Martin Gainty" wrote: > >> when running the ant cvs task example from the book > >> >> package="ant" > >> dest="." > >> /> > >> > >> I get > >> svn_checkout: > >> [cvs] Caught exception: CreateProcess: cvs > >> -d:pserver:anoncvs@cvs.apache.o rg:/home/cvspublic checkout ant > >> error=2 > >> > >> what does this error mean??? > > > > On Windows, "CreateProcess ... error=2" generally means that the > > executable was not found. Make sure that the directory containing > > cvs.exe is in the path when you run Ant, or provide the full path to > > the executable in the task. > > > > - Rob > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org