Hi!


I am trying to work with cvs checkout and the dest parameter. It works fine without 
the dest parameter or dest="." but if I include dest="${src}" nothing happens and 
nothing is checked out. Anybody have a clue?  cvs is version 1.10 on SPARC and this is 
my build file:

<project name="RasmusTestBuild" default="init" basedir=".">

  <!-- set global properties for this build -->
  <property name="src" value="src"/>
  <property name="build" value="build"/>
  <property name="dist"  value="dist"/>

  <target name="init">
    <!-- Create the time stamp -->
    <tstamp/>
    <!-- Create the build directory structure used by compile -->
    <mkdir dir="${build}"/>
    <mkdir dir="${src}"/>
  </target>

  <target name="getsrc" depends="init">
   <cvs dest="${src}" command="checkout"
        cvsRoot="[EMAIL PROTECTED]:/proj/rndemo/cvsroot"
        package="IntelligentControl"
   />
  </target>


With best regards

Adam Lidvik



 <<Adam Lidvik (E-mail).vcf>> 

Adam Lidvik (E-mail).vcf

Reply via email to