Packs a file using the GZip or BZip2 algorithm.
Attribute | Description | Required |
src | the file to gzip. | Yes |
tofile | the destination file. | Yes |
<gzip src="test.tar" tofile="test.tar.gz" />
<bzip2 src="test.tar" tofile="test.tar.bz2" />
Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.