Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 58183 invoked from network); 14 Jul 2004 13:51:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jul 2004 13:51:08 -0000 Received: (qmail 97524 invoked by uid 500); 14 Jul 2004 13:50:57 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 97498 invoked by uid 500); 14 Jul 2004 13:50:56 -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 97485 invoked by uid 99); 14 Jul 2004 13:50:56 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=HTML_60_70,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [194.78.225.117] (HELO persgroep.be) (194.78.225.117) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 14 Jul 2004 06:50:56 -0700 Received: from localhost ([127.0.0.1] helo=mail3.persgroep.be) by mail3.persgroep.be with esmtp id 1BkjqQ-0000Qm-00 for user@ant.apache.org; Wed, 14 Jul 2004 15:30:46 +0200 Received: from [194.78.225.126] (helo=atlantis02.persgroep.be) by mail3.persgroep.be with esmtp id 1BkjqP-0000Qj-00 for user@ant.apache.org; Wed, 14 Jul 2004 15:30:45 +0200 To: "Ant Users List" Subject: cvs [update aborted]: no such tag MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 Message-ID: From: david.vandenbrande@persgroep.be Date: Wed, 14 Jul 2004 15:50:53 +0200 X-MIMETrack: Serialize by Router on atlantis02/ALL(Release 6.5|September 26, 2003) at 14/07/2004 15:50:54, Serialize complete at 14/07/2004 15:50:54 Content-Type: multipart/alternative; boundary="=_alternative 004C11D9C1256ED1_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=_alternative 004C11D9C1256ED1_= Content-Type: text/plain; charset="US-ASCII" Hi there, I use this simple ant target to retrieve a specific version from the CVS repository: Please provide the needed revision as commond line paramaeter -Drev=... Following commands are successful: ant cvs.update.version -Drev=1.1 ant cvs.update.version -Drev=HEAD But this is one is failing: ant cvs.update.version -Drev=edp-0_0_1_jar => [cvs] cvs [update aborted]: no such tag edp-0_0_1_jar When executing the cvs command: "cvs update -d -P -r edp-0_0_1_jar" (without ant). It works just fine. Thanks for any help! David --=_alternative 004C11D9C1256ED1_=--