<flattenmapper>
-- 
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (Project Mantis)




Sándor Tamás <[EMAIL PROTECTED]> 
08/09/2005 04:40 AM
Please respond to
"Ant Users List"


To
[email protected]
cc

Subject
howto include files only - without dirtree






Hi Ant-users!

I've checked the Directory-based Tasks page and googled the web to find 
any solution to my problem, without success.
E.g. I have a dir tree like this:

/lib
  |- jarlibname1
  |      |-file1.jar
  |      |-file2.jar
  |- jarlibname2
         |-file3.jar
         |-file4.jar

What I like to do is include all the jar files found under /lib so the 
result should look like:

/libsonly
  |- file1.jar
  |- file2.jar
  |- file3.jar
  |- file4.jar

The problem is with the
    dir="lib" includes="**/*.jar"
expression , because this way subdirs also included. A workaround is to 
list all my subdirs as includes, but it's not nice, and not recursively 
automatic.

Is there a solution to this issue?

Thanks,
Thomas Sandor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to