In run the cvs ant task like in following script : (Windows NT, cygwin
cvs,ant 1.6).
<property name="CvsRoot"
value=":ext:[EMAIL PROTECTED]:/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 ?
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs