Yes, I tried executing the same from the command line and it works fine: cvs -d :pserver:[EMAIL PROTECTED]:/u03/cvsroot checkout -P -r Compiled magellan
But when this is given in the build.xml, i get the IOException. Lemme know. Thanks Vinay -----Original Message----- From: Nico Seessle [mailto:[EMAIL PROTECTED] Sent: Saturday, April 14, 2001 12:29 AM To: [EMAIL PROTECTED] Subject: Re: Build Error ----- Original Message ----- From: "vinay panwar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 14, 2001 5:19 AM Subject: Build Error > Hi > My build script that was working all these days is > suddenly changing and i dont recall making any changes > to the script. This is the error that i am getting. > > D:\jakarta-ant-1.3\build.xml:66: java.io.IOException: > CreateProcess: cvs -d > :pserver:[EMAIL PROTECTED]:/u03/cvsroot checkout - > P -r Compiled magellan error=2 > --- Nested Exception --- > java.io.IOException: CreateProcess: cvs -d Are you able to execute cvs.exe from the command line? Sometimes changes to your Path are made really fast... Nico
