We are using the Ant Zip task, which is a bit obsolete (low processing speed for big files).
Can anyone point me to a mature Ant task, ready for production use, that supports multithreaded compression/decompression?
First of all I wish to increase speed of processing archive files.
I found 7ZIP Ant task, but it looks abandoned, and it doesn’t support multithreaded.
Why not use the exec task with the command line version of 7zip?