I need to gzip individual files that are part of my java project and replace the original file with the gzipped files. So basically convert a directory /bla containing stylesheets, js, xml ...
Gzip can take parameters, as described here. I would like to gzip some files from maven using ant-run, but the documentation does not explain how ...