Hi, I want copy all files and directories in my folder, but i dont want copy the following directory: WEB-INF. I try this, but copy all diretory in ${eprev.dir}.
<copy todir="${eprev.dir}"> <fileset dir="${src.dir}"> <patternset> <exclude name="**/WEB-INF*"/> </patternset> </fileset> </copy> What i do for dont copy the WEB-INF directory? Thank you! .--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/ -- Leandro Orilio do Carmo Analista de Sistemas - Evoluti [EMAIL PROTECTED] Desenvolvimento WEB - Pós-Graduação - UFG [EMAIL PROTECTED] Linux user 286725 ------------------------- Software Livre na cabeça: www.gnu.org/philosophy/free-sw.pt.html www.br.debian.org/intro/about.pt.html www.softwarelivre.unicamp.br www.cipsga.org.br Debian Sarge ------------------------------------------------ "Our Priorities are Our Users and Free Software" Debian Social Contract --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]