Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 24701 invoked from network); 6 May 2003 19:30:31 -0000 Received: from mx4.magma.ca (206.191.0.253) by daedalus.apache.org with SMTP; 6 May 2003 19:30:31 -0000 Received: from mail1.magma.ca (mail1.magma.ca [206.191.0.252]) by mx4.magma.ca (Magma's Mail Server) with ESMTP id h46JUZsN017414 for ; Tue, 6 May 2003 15:30:35 -0400 Received: from [192.168.1.102] (ottawa-hs-64-26-167-222.d-ip.magma.ca [64.26.167.222]) by mail1.magma.ca (Magma's Mail Server) with ESMTP id h46JUZuh019472 for ; Tue, 6 May 2003 15:30:35 -0400 (EDT) Subject: RE: cvs problem - characters around the executable andargumentsarenot part of command From: Jesse Stockall To: Ant Users List In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1052249394.21941.9265.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 06 May 2003 15:29:54 -0400 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tue, 2003-05-06 at 15:14, Melissa Marquis wrote: > Also, when I run ant with verbose to see what is going on in either scenario (with cvs-login target and without), I see: > > [cvs] Executing 'cvs' with arguments: > [cvs] '-d:pserver:mmarquis@dcvshost1:/home/empcvs' > [cvs] 'update' > [cvs] '-P' > [cvs] > [cvs] The ' characters around the executable and arguments are > [cvs] not part of the command. > > That's Ant telling you exactly what it is using as it's command line. If you run 'cvs -d:pserver:mmarquis@dcvshost1:/home/empcvs update -P' from the command line, with out logging in first, does it work? Does your ~/.cvspass contain an entry for dcvshost1? Does it help if you specify 'passfile=c:\Home\PersonalFolders\M Marquis\.cvspass' in your target -- Jesse Stockall