OK, sorry. Found the bug in Ant1.3 through the mail-list archives. The carriage
returns in bin/antRun needs to be adjusted for unix...
/Adam
> -----Original Message-----
> From: Adam Lidvik (ERA) [mailto:[EMAIL PROTECTED]]
> Sent: den 20 april 2001 12:49
> To: '[EMAIL PROTECTED]'
> Subject: Cvs checkout dest="dir" not working?
>
>
> 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>>
>