Hello, i have a little problem with my copy task in ANT.
I have the following target: <copy todir="C:/temp"> <fileset dir="C:/workspace"> <include name="*.*" /> <include name="gifs/*.*"/> <exclude name="**/*.jsp"/> </fileset> </copy> So ... thats works ... BUT ... the task copied the WEB-INF dir from C:/workspace also to C:/temp. I am really confused why .. :) All other dir's in C:/workspace like "lib" or "test" are NOT copied .. why copied my task the WEB-INF dir ? Thank you in advance for your reply. Greets Michael