Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 76686 invoked from network); 28 Feb 2001 00:35:47 -0000 Received: from unknown (HELO 1viewnetwork.com) (208.128.208.23) by h31.sny.collab.net with SMTP; 28 Feb 2001 00:35:47 -0000 Received: from warden.diginsite.com [208.29.163.2] by 1viewnetwork.com (SMTPD32-6.05) id A84D1F1B00E0; Tue, 27 Feb 2001 16:37:33 -0800 From: "jennifer moter" To: Received: from [10.220.10.59] by warden.diginsite.com via smtpd (for [208.128.208.23]) with SMTP; 28 Feb 2001 00:35:50 UT Subject: RE: cvs tags from ant Date: Tue, 27 Feb 2001 16:37:59 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <57DC0292D622D411A62600D0B746D3EC44E2E8@email.arsin.com> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Sorry about sending this off before I finished: If I put all the flags into the command, I get the same type of same thing - output is: ROOT_DIR=/usr/local/home/jmoter/cvsroot/wellsfargo/bis [cvs] cvs server: cannot find module `v1_6wf' - ignored [cvs] cvs [checkout aborted]: cannot expand modules -----Original Message----- From: Peter Vogel [mailto:pvogel@arsin.com] Sent: Tuesday, February 27, 2001 1:59 PM To: 'ant-user@jakarta.apache.org' Subject: RE: cvs tags from ant Why not: ? -Peter > -----Original Message----- > From: jennifer moter [mailto:jmoter@1viewnetwork.com] > Sent: Tuesday, February 27, 2001 1:57 PM > To: Ant-User > Subject: cvs tags from ant > > > I'm trying to checkout a module called 'wellsfargo' with the > tag v1_6wf > and I'd like the directories created during the checkout. > > I run into two problems > - the cvs task doesn't recognize a tag, and the directories > aren't being > created > this command thinks tag is a module > command="checkout -d " > tag="v1_6wf" > package="wellsfargo" > dest="${ROOT_DIR}" > /> > > [cvs] cvs server: cannot find module `v1_6wf' - ignored > [cvs] cvs [checkout aborted]: cannot expand modules > > | Build a man a fire and you keep >