Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 8109 invoked by uid 500); 16 Jul 2003 18:42:21 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 8078 invoked from network); 16 Jul 2003 18:42:19 -0000 Received: from ns.suz.com (HELO ASMCMAIL.suz.com) (208.139.169.228) by daedalus.apache.org with SMTP; 16 Jul 2003 18:42:19 -0000 Received: by ASMCMAIL.suz.com with Internet Mail Service (5.5.2653.19) id <3TY07VGQ>; Wed, 16 Jul 2003 11:42:02 -0700 Message-ID: <8765557836794E4EADF7F31290F4C39F02374C1F@ASMCMAIL.suz.com> From: Vikas Phonsa To: 'Ant Users List' Subject: RE: Build error ( Basic Problem fixed but) Date: Wed, 16 Jul 2003 11:41:59 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok Guys Thanks for bearing with me. I had added the path and everything but it wasn't working,I restarted my computer and now that original error is fixed. I tried to check out ant module from apache cvs at given on http://ant.apache.org/cvs.html But pls take a look at this cvsRoot: :pserver:anoncvs@cvs.apache.org:/home/cvspublic password: anoncvs passFile: C:\Documents and Settings\t0064\.cvspass Writing -> :pserver:anoncvs@cvs.apache.org:/home/cvspublic Ay=0=h system -> advanced -> environment variables add or create PATH with cvs.exe's directory in it, hit apply, then close and reopen command window (or program) --- Jon Madison Consultant, Thought For Food Tech, LLC http://www.tfftech.com/ ----- Original Message ----- From: "Vikas Phonsa" To: "'Ant Users List'" Sent: Wednesday, July 16, 2003 1:00 PM Subject: RE: Build error > I have added cvs.exe to the path but still same errors. > > Could anyone send me an ant target/task that they have written to checkout > project from a cvs repository. Just want to compare with what's screwing up > on my end. > > Here is what I am using > > > > failonerror="true"/> > > > I tried to checkout a ant module from > :pserver:anoncvs@cvs.apache.org:/home/cvspublic > > And following are the errors: > > cvsRoot: :pserver:anoncvs@cvs.apache.org:/home/cvspublic > password: anoncvs > > Execute:Java13CommandLauncher: cvs -d > ":pserver:anoncvs@cvs.apache.org:/home/cvspublic " checkout ant > > Build exception: c:\wsad_workspaces\br\ComSuzBRSiebel\ant\build.xml:42: > java.io.IOException: CreateProcess: cvs -d > ":pserver:anoncvs@cvs.apache.org:/home/cvspublic " checkout ant error=2 > > Build exception: c:\wsad_workspaces\br\ComSuzBRSiebel\ant\build.xml:42: > java.io.IOException: CreateProcess: cvs -d > ":pserver:anoncvs@cvs.apache.org:/home/cvspublic " checkout ant error=2 > c:\wsad_workspaces\br\ComSuzBRSiebel\ant\build.xml:42: java.io.IOException: > CreateProcess: cvs -d ":pserver:anoncvs@cvs.apache.org:/home/cvspublic " > checkout ant error=2 > > > Vikas > > > -----Original Message----- > From: Antoine Levy-Lambert [mailto:antoine@antbuild.com] > Sent: Wednesday, July 16, 2003 9:57 AM > To: Ant Users List > Subject: Re: Build error > > it means that cvs must be in your path. > or if you open a command prompt window and type cvs, then you are not going > to see "Unknown file or command" > Antoine > ----- Original Message ----- > From: "Vikas Phonsa" > To: "'Ant Users List'" > Sent: Wednesday, July 16, 2003 6:27 PM > Subject: RE: Build error > > > > Ok I downloaded one of the client cvc.exe and installed it on my computer. > > Now what do I do to add its installation path at the right place. > > > > Another guy wrote earlier:" So add the installation path of cvs.exe to > your > > path in the control panel/system applet/ and restart Eclipse." > > > > What does that mean exactly. > > > > Vik > > > > -----Original Message----- > > From: Jon Madison [mailto:jon@tfftech.com] > > Sent: Wednesday, July 16, 2003 9:23 AM > > To: Ant Users List > > Subject: Re: Build error > > > > try > > > > http://www.cvsnt.org/wiki/ > > > > to download one of many cvs clients for win > > > > --- > > Jon Madison > > Consultant, Thought For Food Tech, LLC > > http://www.tfftech.com/ > > ----- Original Message ----- > > From: "Vikas Phonsa" > > To: "'Ant Users List'" > > Sent: Wednesday, July 16, 2003 11:09 AM > > Subject: RE: Build error > > > > > > > Hi Antoine > > > > > > I am familiar with CVS functions but not sure what cvs.exe exactly is. > Any > > > Idea where I should look for it. I have been doing all my cvs functions > > > using my IDE. > > > > > > I am using Windows 2000, so the control panel you referred to, is the > > > computer's control panel. I have never seen system applet before. > > > > > > Please advice > > > > > > Vikas > > > > > > -----Original Message----- > > > From: Antoine Levy-Lambert [mailto:antoine@antbuild.com] > > > Sent: Tuesday, July 15, 2003 4:42 PM > > > To: Ant Users List > > > Subject: Re: Build error > > > > > > This means that the cvs executable (cvs.exe) is not present in the path. > > > So add the installation path of cvs.exe to your path in the control > > > panel/system applet/ and restart Eclipse. > > > Antoine > > > ----- Original Message ----- > > > From: "Vikas Phonsa" > > > To: "'Ant Users List'" > > > Sent: Wednesday, July 16, 2003 1:32 AM > > > Subject: Build error > > > > > > > > > > I am trying to do a build with some code from a book. I am using > Eclipse > > > > Webpsphere Development Studio Client IDE. > > > > > > > > Build exception: > c:\wsad_workspaces\br\ComSuzBRSiebel\ant\build.xml:42: > > > > java.io.IOException: CreateProcess: cvs -d > > > > :pserver:t0064@cvs.dev.asroot.com:/asroot/users/t0064 update -P -d > > error=2 > > > > Build exception: > c:\wsad_workspaces\br\ComSuzBRSiebel\ant\build.xml:42: > > > > java.io.IOException: CreateProcess: cvs -d :pserver:t0064@cvs.dev. > > > > asroot.com:/ asroot /users/t0064 update -P -d error=2 > > > > c:\wsad_workspaces\br\ComSuzBRSiebel\ant\build.xml:42: > > > java.io.IOException: > > > > CreateProcess: cvs -d :pserver:t0064@cvs.dev. asroot.com:/ asroot > > > > /users/t0064 update -P -d error=2 > > > > > > > > > > > > I am also attaching the complete text of error codes. > > > > > > > > Please advice. > > > > > > > > Vik > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------------- > > -- > > > ---- > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org