Re: AW: howto include files only - without dirtree

2005-08-09 Thread Antoine Levy-Lambert
Hello Sándor, it looks like you need to do the copy. Antoine - Original Message - From: "Sándor Tamás" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, August 09, 2005 11:17 AM Subject: Re: AW: howto include files only - without dirtree >

Re: howto include files only - without dirtree

2005-08-09 Thread Jeffrey E Care
-- 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 user@ant.apache.org cc Subject howto include files only - without

Re: AW: howto include files only - without dirtree

2005-08-09 Thread Sándor Tamás
Thank Jan and thanks Nicolas! Flattenmapper is great! One more question: can I use it in a element somehow to have the or shall I copy all my jars with flatten="true" and then specify ? and are not allowed in , , , . Any suggestion? Thanks, Thomas Jan.Materne wrote: http://ant.ap

AW: howto include files only - without dirtree

2005-08-09 Thread Jan.Materne
http://ant.apache.org/manual/CoreTypes/mapper.html#flatten-mapper Jan >-Ursprüngliche Nachricht- >Von: Sándor Tamás [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 9. August 2005 10:41 >An: user@ant.apache.org >Betreff: howto include files only - without dirtree > >

Re: howto include files only - without dirtree

2005-08-09 Thread Nicolas Vervelle
Hi, you can check the "flatten" attribute of , or also the flatten mapper. Nicolas Sándor Tamás wrote: 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

howto include files only - without dirtree

2005-08-09 Thread Sándor Tamás
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