Thread: Ant Delete

Ant Delete

From
Ased Mustafa
Date:

Hi

I wonder if you could help and tell me where do I get this patch to fix the problem of deleting jars.
I have tried this:
<delete quiet="true" includeEmptyDirs="true" defaultexcludes="no">
        <fileset dir="${dist_root}/support">
                <include name="**/*.jar"/>
        </fileset>
</delete>
This dose remove some of the jars but not all.
I would extremely grateful if you help me on this issue.