Rebhan, Gilbert wrote:

>Hi,
>
>i've tried with =
>
>        <delete verbose="true" includeemptydirs="true"
>defaultexcludes="false">        
>            <fileset dir="c:/test">
>                <include name ="**/*"/> 
>                <exclude name="jars"/>
>            </fileset> 
>         </delete>
>
>[delete] DEPRECATED - Use of the implicit FileSet is deprecated.  Use a 
>nested fileset element instead.
>  
>
here is the manual entry for <delete/>
http://ant.apache.org/manual/CoreTasks/delete.html

you seem to be using it correctly..what version of Ant u using?

cheers, jim fuller


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

Reply via email to