"Broderick, Kevin" wrote:
>
> Could you use <copy file="test/**/*.template" todir="test2" / >
> Not sure if thats right...
>
> -----Original Message-----
> From: Romain.Rouvoy [mailto:Romain.Rouvoy@lifl.fr]
> Sent: 13 March 2002 09:10
> To: Ant User Mailing-List
> Subject: copy task
>
> hello !
>
> I have the following files tree :
>
> test
> |--xmi
> | |-- a.template
> | |-- b.template
> |--idl
> | |-- a.template
> | |-- b.template
> |--java
> | |-- a.template
> | |-- a.java
> | |-- b.java
>
> and I want to copy *.template file of this tree in the root dir of test2
> directory but without conserving the arborescence !
>
> Thanks,
> Romain
>
> --
> R. Rouvoy
>
> ------------------------------
> Romain ROUVOY <rouvoy@lifl.fr>
> GOAL Team - LIFL (Laboratoire d'Informatique Fondamentale de Lille)
> USTL Lille 1 - France
>
> --
> To unsubscribe, e-mail:
> <mailto:ant-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:ant-user-help@jakarta.apache.org>
>
> --
> To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
I tried this command but it keep the arborescence ! :(
--
R. Rouvoy
------------------------------
Romain ROUVOY <rouvoy@lifl.fr>
GOAL Team - LIFL (Laboratoire d'Informatique Fondamentale de Lille)
USTL Lille 1 - France
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|