Ant uses cvs.exe from within java to run cvsupdate.

When I do the same thing:
Runtime.exec ("cvs -d:pserver:user@host:/home/cvs/dir co -c", envp)
it gives
Error: cvs [checkout aborted]: cannot create socket: Unknown socket error:
10106

Ant's Execute.java suggests, for windows 2000, the following command:

cmd /c /d d:\ cvs -d:pserver:user@host:/home/cvs/dir co -c
it also gives the same error.

Any suggestions how I can get away with this error?


thanks
Santosh




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to