The GZip task in ant does not work, but is there a way to get it to use maximum compression - the equivalent gzip -9?
I donβt want to just use the built-in task exec, because then I will lose cross-platform compatibility.
The reason I ask is because I need to compress the change log with gzip to include in the debian package (also created with ant), and if it does not use the maximum compromise lintian, it gives a warning (which I obviously would like to avoid.)
source
share