Copydir has attributes src and dest, and there was an example in the docs
with it using srcdir and destdir.  See attached diff.

Regards,
Michael

-- 
[EMAIL PROTECTED]
http://www.sneakerlabs.com
Index: docs/index.html =================================================================== RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v retrieving revision 1.13 diff -u -r1.13 index.html --- docs/index.html 2000/03/05 09:19:46 1.13 +++ docs/index.html 2000/03/05 17:49:40 @@ -429,8 +429,8 @@

When these patterns are used in inclusion and exclusion, you have a powerful way to select just the files you want.

Examples

-
  <copydir srcdir="${src}"
-           destdir="${dist}"
+
  <copydir src=""
+           dest="${dist}"
            includes="**/images/*"
            excludes="**/*.gif" />

This copies all files in directories called "images", that are

Reply via email to