In the ANT-docs, the delete-Task accepts a FileSet, with the following description: 

Attribute : includes 
Description : comma- or space-separated list of patterns of files that must be 
included; all files are included when omitted. 
Required : No 

But in the example they give :
                 <fileset dir="${server.src}" casesensitive="yes">
                   <include name="**/*.java"/>
                   <exclude name="**/*Test*"/>
                 </fileset>

Is there a typo & includes became include ... ?
Or Am I missing something ?

Tx,

\T





-- 
 
Thomas SMETS 
rue J. Wytsmanstraat 62
1050 Brussels



__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

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

Reply via email to