What are you experiencing when you execute the tasks below? I use
something very similar to this myself, and works fine...
At 05:44 AM 7/22/2005, you wrote:
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]
---------------------------
David A. Bartmess
Software Configuration Manager
http://edingo.net
---
jSyncManager Open Source PDA Sync Program
Developer
http://jsyncmanager.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]