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.

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

Any ideas?

--
Nicola Ken Barozzi                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


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

Reply via email to