Re: Copy empty directory

2005-10-24 Thread Nicolas Vervelle
Have you tried without the "." in your fileset pattern : something like "**/*" ? wolverine my wrote: Hi! I'm using Ant 1.6.5 and I have the following directories and files test + war | | | + WEB-INF | + index.jsp | + build.xml note that the WEB-INF directory is empty and when execu

Copy empty directory

2005-10-24 Thread wolverine my
Hi! I'm using Ant 1.6.5 and I have the following directories and files test + war | | | + WEB-INF | + index.jsp | + build.xml note that the WEB-INF directory is empty and when executing the following task, The index.jsp is copied into webapps/test but the