There is some good information for this available at
Basically you have to add / or /** after xml and txt I think.
Ben
Message
From: Michael [mailto:michaelowenuk (AT) hotmail (DOT) com]
Sent: Friday, July 22, 2005 7:45 AM
To: user (AT) ant (DOT) apache.org
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: user-unsubscribe (AT) ant (DOT) apache.org
For additional commands, e-mail: user-help (AT) ant (DOT) apache.org
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: user-unsubscribe (AT) ant (DOT) apache.org
For additional commands, e-mail: user-help (AT) ant (DOT) apache.org