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 38830 invoked from network); 3 Feb 2003 15:54:25 -0000 Received: from unknown (HELO mail1.smartstream-md.com) (195.212.102.228) by daedalus.apache.org with SMTP; 3 Feb 2003 15:54:25 -0000 Subject: RE: Using Ant With CVS To: "Ant Users List" X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Tony.Cavanagh@smartstream-md.com Date: Mon, 3 Feb 2003 15:50:25 +0000 X-MIMETrack: Serialize by Router on ATNOTES01/AT/STL(Release 5.0.11 |July 24, 2002) at 03.02.2003 16:47:32 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks Keith. I can now run ant, but I am getting the following error. Build exception: C: \WSAD50Trial_Install\IBM\wsad\workspace\FirstJavaProject\build.xml:17: java.io.IOException: CreateProcess: cvs -d "tcava@st00894:C:/program files/cvsnt/repository/FirstJavaProject/FirstJava" checkout FirstJava error=267 Build exception: C: \WSAD50Trial_Install\IBM\wsad\workspace\FirstJavaProject\build.xml:17: java.io.IOException: CreateProcess: cvs -d "tcava@st00894:C:/program files/cvsnt/repository/FirstJavaProject/FirstJava" checkout FirstJava error=267 C:\WSAD50Trial_Install\IBM\wsad\workspace\FirstJavaProject\build.xml:17: java.io.IOException: CreateProcess: cvs -d "tcava@st00894:C:/program files/cvsnt/repository/FirstJavaProject/FirstJava" checkout FirstJava error=267 Has anyone seen this error=267 before. Thanks for any help. Tony "Keith Hatton" tems.com> cc: Subject: RE: Using Ant With CVS 03/02/2003 15:37 Please respond to "Ant Users List" Most operations (I presume including CVS) need to be contained in a target element. e.g. Keith -----Original Message----- From: Tony.Cavanagh@smartstream-md.com [mailto:Tony.Cavanagh@smartstream-md.com] Sent: 03 February 2003 15:24 To: Ant Users List Subject: Using Ant With CVS Currently I have a Build script that compiles and builds a project using ant. What I want to add to my script is the ability to take the latest files out of CVS and then build them. I added the task cvs to my build.xml: First java project build file When I run ant I get the error unexpected element "cvs" I thought cvs was a key word. Thanks for any help Tony --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org