Hello,

--- [EMAIL PROTECTED] wrote:
> <project name="cc-build" default="build"
> basedir=".">
> 
>   
> 
>   <target name="build">
> 
>      cd ....
Change to directory to what? For the sake of
discussion let me call that directory new_dir. Ant has
no cd task. Instead you do this:
 
     <delete dir="new_dir/jinxweb" />
 
     <cvs command="co jinxweb" dest="new_dir"/>

Regards
Ivan


                
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to