Re: zip from zip with mappers

2012-11-20 Thread Stefan Bodewig
On 2012-11-20, Patrick Martin wrote: > Is there any way this can be available, in the compress antlib maybe? The main problem is the way zipfileset and zipentry work not the zip task - and the compress Antlib doesn't address this, either. > Is the addition of support directly in not possible e

Re: zip from zip with mappers

2012-11-20 Thread Patrick Martin
Hello, Thank you for your reply, Is there any way this can be available, in the compress antlib maybe? Is the addition of support directly in not possible either (so we could make use of the zipfileset nested directly, but mapping zip entry names at the last step)? Thank you again, Patrick

Re: zip from zip with mappers

2012-11-19 Thread Stefan Bodewig
On 2012-11-19, Patrick Martin wrote: > I have a situation where I need to create an archive (zip) from an other > one, but transforming some path inside. I want to avoid using a temporary > folder structure as the input files contains a huge amount of entries > (about 125000...) and this generates

zip from zip with mappers

2012-11-19 Thread Patrick Martin
Hello, I have a situation where I need to create an archive (zip) from an other one, but transforming some path inside. I want to avoid using a temporary folder structure as the input files contains a huge amount of entries (about 125000...) and this generates quite a lot of I/Os. I was thinking