You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ja...@rzf.fin-nrw.de on 2003/04/04 09:44:40 UTC

AW: Copy *

<copy todir="destdir">
    <fileset dir="fromdir" includes="**/*.*"/>
</copy>


Jan Matèrne

> -----Ursprüngliche Nachricht-----
> Von: Andrew Zeon [mailto:AndrewZ@hothouse.com.au]
> Gesendet am: Freitag, 4. April 2003 09:49
> An: Ant Mailing List (E-mail)
> Betreff: Copy *
> 
> Hi,
> 
> What would be the equivalent to 'cp -r fromdir/* destdir' in 
> ant? In another
> words, I want to copy all the files and directories recusively from a
> directory to another directory?
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>