Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 44804 invoked by uid 500); 19 Jun 2001 17:17:57 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 44750 invoked from network); 19 Jun 2001 17:17:55 -0000 Message-ID: From: Viraj Purang To: ant-user@jakarta.apache.org Subject: RE: Question: How to make ant running with cvs Date: Tue, 19 Jun 2001 10:15:30 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 19 Jun 2001 17:18:10.0703 (UTC) FILETIME=[D09479F0:01C0F8E3] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N HI, I have the same problem too ... and I am using a WinCvs client which has a CVS.exe in its ... My Path variable shows ... () PATH="C:\Program Files\GNU\WinCvs 1.1"... C:\CVS1\builder\build.xml:40: java.io.IOException: CreateProcess: cvs -d :pserver:virajp@139.99.8.39:/dept/cvs checkout client e or=2 --- Nested Exception --- java.io.IOException: CreateProcess: cvs -d :pserver:virajp@139.99.6.30:/dept/cvs checkout client error=2 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.(Win32Process.java:66) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551) at java.lang.reflect.Method.invoke(Native Method) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.jav a:509) ... DO I have to set this PAth entry from inside the build.xml file ? I set it in the system variables for Windows 2000, started a new cmd session and ran ant there ...still does not work(command comes up fine if I run it on the command prompt). Regards, Viraj Purang