Re: In Ant how do you exclude a directory from copy or zip



I figured it out.

<exclude name="**/DIR_NAME/**" />

I'd still appreciate any comments on a better/more efficient approach.

Thanks,

E

.