You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Rafal Kedziorski <ra...@polonium.de> on 2004/11/29 14:18:47 UTC

Deleting dirs

hi,

I wan't remove dynamicaly folders. We have in our structure in some places 
dirs (i.e. **/demo/.., **/test1/.., **/test2/..). This folders are in 
diferent places. How can I remove this folders in this structure:

         <delete>
             <fileset dir="${dir.dest.lib}" defaultexcludes="no">
                 <include name="**/*demo*"/>
                 <include name="**/*test1*"/>
                 <include name="**/*test2*"/>
                 <include name="**/*omaasp*"/>
                 <include name="**/*omatest*"/>
                 <include name="**/*prog-*"/>
             </fileset>
         </delete>

Regards,
Rafal


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org