RE: java.io.IOException: CreateProcess

2001-10-31 Thread dineshram
The only other idea I have is: 1. First use cvs pass to set up ./cvs.passfile 2. Use command line cvs to pull the data using that passfile If that works, then ANT _should_ be able to do it. We do not yet know whether it actually _can_, but if it cannot, then we know that we need to fix cvs.

RE: java.io.IOException: CreateProcess

2001-10-31 Thread dineshram
Hi scott, Thanks for helping me. I have explicitly included the passfile="./cvs.passfile" in both cvspass and the cvs task definitions. But still I am getting the same error. Any clues please. Thanks, Dinesh -Original Message- From: Scott Ellsworth [mailto:[EMAIL PROTECTED]] Sent: Tues

RE: stupid question

2001-10-19 Thread Dineshram
Title: stupid question I could see the following line to pause for 10 seconds in one of our batch file   Choice /c:~ /t:~,10 /n >nul   Will you give a try.   Dinesh -Original Message-From: Barry Jia [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 10:40 AMTo: '[EMAIL

RE: Changing Directories

2001-08-13 Thread Dineshram
Hope the following code snippet may help you.     target name="compile" depends="prepare">            -D. -Original Message-From: Revathi P.J [mailto:[EMAIL PROTECTED]]Sent: Monday, August 13, 2001 2:21 AMTo: AntUserSubject: Changing Directories Hi ,   Does anybo

RE: problems running ant

2001-06-20 Thread Dineshram
the follwing suggestion helped me a lot. my problem got fixed. its basically with the JAVA_HOME. since my jdk is in Program Files directory. the space between Program and Files is the source of my problem. I moved the jdk under E:\ and now its working fine. Thanks all for your valuable help, dine

RE: problems running ant

2001-06-20 Thread Dineshram
: problems running ant Do you java/bin in your path?  Do you have ant/bin in your path? -Original Message-From: Dineshram [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 20, 2001 2:43 PMTo: [EMAIL PROTECTED]Subject: problems running ant Hi all, I am g

problems running ant

2001-06-20 Thread Dineshram
Title: RE: Observations from an ANT newbie Hi all, I am getting the following message when I try to run ant command, The name specified is not recognized as an internal or external command, operable program or batch file. I am running the ant on windows. I have set the environment variables AN