You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Dickinson, Richard" <RD...@Bluestone.com> on 2000/11/29 23:41:08 UTC

Simple build file request

Does anyone have an example/sample build file that performs the following
process?

1.  recursively traverse a directory tree looking for ALL occurrences of
subdirectories that are named XYZ
2.  upon encountering a subdirectory named XYZ,  access each of the files
contained within the subdirectory
3.  continue the recursive traversal 

Thanks


RE: Simple build file request

Posted by Alexey <al...@eveo.com>.
<include name="**/XYZ/*" />

Alexey Zinger 

> -----Original Message-----
> From: Dickinson, Richard [mailto:RDickinson@Bluestone.com]
> Sent: Wednesday, November 29, 2000 14:41
> To: 'ant-user@jakarta.apache.org'
> Subject: Simple build file request
> 
> 
> 
> Does anyone have an example/sample build file that performs the following
> process?
> 
> 1.  recursively traverse a directory tree looking for ALL occurrences of
> subdirectories that are named XYZ
> 2.  upon encountering a subdirectory named XYZ,  access each of the files
> contained within the subdirectory
> 3.  continue the recursive traversal 
> 
> Thanks
> 
>