Packs a file using the GZip or BZip2 algorithm. These tasks do not do any dependency checking; the output file is always generated
Attribute | Description | Required |
src | the file to gzip/bzip. | Yes |
zipfile | the destination file. | Yes |
<gzip src="test.tar" zipfile="test.tar.gz" />
<bzip2 src="test.tar" zipfile="test.tar.bz2" />
Copyright © 2001 Apache Software Foundation. All rights Reserved.