Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 63663 invoked from network); 6 Mar 2002 23:08:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 Mar 2002 23:08:21 -0000 Received: (qmail 17651 invoked by uid 97); 6 Mar 2002 23:08:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17607 invoked by uid 97); 6 Mar 2002 23:08:15 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 17596 invoked from network); 6 Mar 2002 23:08:15 -0000 Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: cvs at ant Date: Wed, 6 Mar 2002 17:08:12 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N What don't you try the command attribute, like so: The -z3 argument for light compression seems to be always faster than no compression, even on LANs... --DD -----Original Message----- From: Barry Jia [mailto:bjia@brightspark.com] Sent: Wednesday, March 06, 2002 4:57 PM To: 'Ant Users List' Subject: RE: cvs at ant I verofied, that is not problem. from my ant target, the ant debug show me that ant interprete the target to Dos command "cvs -d :pserver:bjia@tira-src:/var/local/tira-cvs checkout code-injection", then it generates exception. if I run this command in dos window, it works! my ${CVSROOT} is ":pserver:bjia@tira-src:/var/local/tira-cvs", that is no problem. It causes me crazy! -----Original Message----- From: Diane Holt [mailto:holtdl@yahoo.com] Sent: Wednesday, March 06, 2002 5:50 PM To: Ant Users List Subject: RE: cvs at ant --- Barry Jia wrote: > cvs.exe is in my path, and the debug info > " cvs -d :pserver:bjia@tira-src:/var/local/tira-cvs checkout > code-injection" > generate exception, > but if I run this command in same terminal, it works ! it can check out > everything, I do not know which directory is invalid now if Error code > 267 > means invalid directory. > in my build file like below, how to set up cvx.exe absolute path for > cvs.exe > ? > > package="code-injection" > dest="code-injection" > passfile="${passfile}" > /> > Maybe your ${CVSROOT} property value is incorrect, or maybe the "code-injection" directory needs to exist first (if it doesn't already)? (Just speculating, though, since I've not used the task.) Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: