>I need to find out if a certain file with a standard naming 
>convention exists in a subdirectory. I would like to either 
>have the directory path output to either the screen or a txt 
>file. Either is okay.

Quick idea is something like

<pathconvert>
    <fileset dir="" includes="the-search-file"/>
    <mapper/>
</pathconvert>

You have to search for the right mapper ...


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to