Re: using compositemappers with zip

2010-04-21 Thread Stefan Bodewig
On 2010-04-21, Patrick Martin wrote: > By the way, do you have any idea when ant 1.8.1 will be publicly > released? Last mail I saw on this was 5 days ago, from Antoine. No more information than in Antoine's mail, so unless any unforeseen problem come up it should be a matter of a few weeks. S

Re: using compositemappers with zip

2010-04-21 Thread Patrick Martin
Hello, By the way, do you have any idea when ant 1.8.1 will be publicly released? Last mail I saw on this was 5 days ago, from Antoine. Rgds, On Wed, Apr 21, 2010 at 11:05 AM, Patrick Martin wrote: > Great! thanks a lot. > > On Wed, Apr 21, 2010 at 10:31 AM, Stefan Bodewig wrote: >> On 2010-04

Re: using compositemappers with zip

2010-04-21 Thread Patrick Martin
Great! thanks a lot. On Wed, Apr 21, 2010 at 10:31 AM, Stefan Bodewig wrote: > On 2010-04-21, Stefan Bodewig wrote: > >> That being said, it would make absolute sense to implement >> enablemultiplemappings at the level so all tasks would >> benefit from it. > > Added with svn revision 936200 to

Re: using compositemappers with zip

2010-04-21 Thread Stefan Bodewig
On 2010-04-21, Stefan Bodewig wrote: > That being said, it would make absolute sense to implement > enablemultiplemappings at the level so all tasks would > benefit from it. Added with svn revision 936200 to Ant's trunk, will be part of Ant 1.8.1. Stefan --

Re: using compositemappers with zip

2010-04-20 Thread Stefan Bodewig
On 2010-04-21, Stefan Bodewig wrote: > On 2010-04-20, Patrick Martin wrote: >> Would you have any idea? >> The same idea would work in , using the attribute >> "enablemultiplemappings". > Unlike copy with the enablemultiplemappings attribute zip (and probably > any task other than copy) will o

Re: using compositemappers with zip

2010-04-20 Thread Stefan Bodewig
On 2010-04-20, Patrick Martin wrote: > Hello, > Is it possible to use compositemappers with zip? > The idea is to have a source tree templatized like > @dirname@/file1 > and to obtain the following in the zip file (in one go): > dir1/file1 > dir2/file1 > I imagined this could be done like thi

using compositemappers with zip

2010-04-20 Thread Patrick Martin
Hello, Is it possible to use compositemappers with zip? The idea is to have a source tree templatized like @dirname@/file1 and to obtain the following in the zip file (in one go): dir1/file1 dir2/file1 I imagined this could be done like this: