Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 86914 invoked from network); 19 Feb 2003 09:51:14 -0000 Received: from unknown (HELO mail1.smartstream-md.com) (195.212.102.228) by daedalus.apache.org with SMTP; 19 Feb 2003 09:51:14 -0000 Subject: Problem running ant with PVCS To: "Ant Users List" X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Tony.Cavanagh@smartstream-md.com Date: Wed, 19 Feb 2003 09:47:01 +0000 X-MIMETrack: Serialize by Router on ATNOTES01/AT/STL(Release 5.0.11 |July 24, 2002) at 19.02.2003 10:51:05 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N When I run my build file I get the following error: getFromPVCS: [pvcs] Executing 'pcli' with arguments: [pvcs] 'lvf' [pvcs] '-z' [pvcs] '-aw' [pvcs] '-spC:\Work\WebConnect\Sandbox\SecondProject\Person' [pvcs] '-prQ:\WebConnect\archives' [pvcs] '\Sandbox\' [pvcs] [pvcs] The ' characters around the executable and arguments are [pvcs] not part of the command. [pvcs] PVCS Version Manager (VMGUI) v6.7.00 (Build 894) for Windows NT/80x8 6 I have no idea what this means. I am trying to get the files out of the following location : Q:\WebConnect\archives\Sandbox, which contains two files per.java-arc and perMain.java.arc to the following location : C:\Work\WebConnect\Sandbox\SecondProject\Person. I have set my task up as follows: I have guessed that repository will be : Q:\WebConnect\archives\ and that project is the next directory up Sandbox. Thanks for any help Tony