There is some good information for this available at http://ant.apache.org/manual/dirtasks.html
Basically you have to add / or /** after xml and txt I think. Ben -----Original Message----- From: Michael Owen [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 7:45 AM To: [email protected] Subject: Moving certain folders with a folder Hi, How do you move only certain folders with a folder? Tried: <delete dir="${docs.dest}/html/site"/> <mkdir dir="${docs.dest}/html/site"/> <move todir="${docs.dest}/html/site"> <fileset dir="${build.dir}/docs"> <exclude name="xml"/> <exclude name="txt"/> <include name="**/*"/> </fileset> </move> Any help? Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ************************************************************** This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. TIAA-CREF ************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
