Hi all,

giving the following directory structure

project
   +-file1
   +-file2
   +-src
      +-file3
      +-file4

... and the following task

<copy todir="/tmp" overwrite="true">
  <fileset basedir=".">
    <includes name="**"/>
  </fileset>
</copy>

I've the following problem on Linux (on Windows it does work):

only file1 and file2 are copied into the /tmp directory. The src
directory and its content (file3 and file4) is ignored.

Gius_.
 
-- 
----------------------------------------
Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:    www.agamura.com
----------------------------------------



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to