hi Tom,
You should be able to do the following to delete the multiple nested directories:

<delete>
   <fileset dir="." includes="**/bin/**/*.xml"/>
   <fileset dir="." includes="*dojox/**/tests/**/*"/>
</delete>

hth,
Vijay

Tom Henricksen wrote:
I have seen a little discussion with this in past but no resolution.

Is it possible to

<delete>
       <fileset dir="." includes="**/bin/*.xml"/>
       <fileset dir="." includes="*dojox/*/tests/*"/>
 </delete>

We have multiple nested directories under dojox we need to delete for our
build process.


Thanks in advance,
Tom


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

Reply via email to