[cvsnt] CVS Nt and Ant

Laurent Michenaud lmichenaud at adeuza.fr
Tue Sep 24 10:48:47 BST 2002


Hi,

I've got a build.xml ( For Ant ) that works under linux but which doesnot works under windows.
My cvs server is running on a linux box and the client is CVS For NT on a windows machine.

Here the part of the build.xml :

<cvspass 
    	cvsroot="${cvs.server}"
    	password="${cvs.password}"
    	passfile="${ws}/cvspassword"
 />
<cvs 
	cvsRoot="${cvs.server}"
	command="-q export -r ${cvs.tag} ${cvs.module}"
	passfile="${ws}/cvspassword"
	dest="${ws}"
  />

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]




More information about the cvsnt mailing list