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
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
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
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