build.xml changes

2002-06-03 Thread C Santosh Kumar
How do I make ant compile my programs again whenever I make changes in my build.xml? I have replaced certain libraries and want to recompile the source. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: executing the commands(URGENT).

2002-02-07 Thread C Santosh Kumar
2. the clients I tried with are cvs.exe from WinCvs, versions 1.10.7 and 1.11.1. 3. I have built Ant from source, and using it. Can somebody tell me where I can see the Project.log output and System.out.println output. This would help me see what command and environment Ant uses. thanks

executing the commands(URGENT).

2002-02-06 Thread C Santosh Kumar
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

cvs client

2002-02-05 Thread C Santosh
Which cvs client does Ant use? Does it have one of its own? Santosh -- To unsubscribe, e-mail: For additional commands, e-mail: