--- Nicola Ken Barozzi <[EMAIL PROTECTED]> wrote:
> I want to rename all "book.prxml" files in all ${docs.src}
> subdirectories to "project.xml".
> 
> This is how I try it but it doesn't work; only the book.prxml in
> ${docs.src} itself gets renamed.

That's because that's the only one that matches.

>     <move todir="${docs.src}" >
>       <fileset dir="${docs.src}">
>        <include name="**/book.prxml"/>
>       </fileset>
>      <mapper type="glob" from="book.prxml" to="project.xml"/>
>     </move>
                                 ^*book.prxml    ^*project.xml

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

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

Reply via email to