info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs + ant + passfile


From: Rémi COCULA
Subject: cvs + ant + passfile
Date: Sat, 9 Oct 2004 17:05:16 +0200

In run the cvs ant task like in following script : (Windows NT, cygwin
cvs,ant 1.6).


<property name="CvsRoot"
value=":ext:address@hidden:/cvsroot/luceneserver"></property>
...
<target name="CheckoutRelease0-1" depends="CleanCheckoutDir">
 <antcall target="CVSCheckout">
 <param name="TagName" value="Release-0-1"/>
 </antcall>
</target>

<target name="CVSCheckout" depends="cvspass" >
 <cvs package="LuceneServer" dest="${CheckoutBaseDir}"
  cvsroot="${CvsRoot}"
  command="checkout -r ${TagName}"
  cvsrsh="ssh"
  passfile="${basedir}/cvspass"></cvs>
</target>
...

here is the console outpout
------------------------------------------
CleanCheckoutDir:
     [echo] C:\tmp\LuceneServer

CheckoutRelease0-1:

cvspass:

CVSCheckout:
      [cvs] Using cvs passfile: C:\LuceneServer\cvspass
----------------------------------------------

The program stops here and noting else happens.
Do you know why ?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]