Hi,

I am trying to used ant to copy all files from one folder to another. But
from the directory the files to be copy from contains some folders as well.

<copy todir="${build.dir}">
                <fileset dir="${basedir}">
                <include name="*"/>
                </fileset>
</copy>

I tried to copy all the files except for the folders but fail to do so. Can
anyone advice?
-- 
View this message in context: 
http://www.nabble.com/Copying-Folder-tp21124245p21124245.html
Sent from the Ant - Users mailing list archive at Nabble.com.


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

Reply via email to