You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.xml 2.5 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <document>
  17. <properties>
  18. <index value="1"/>
  19. <title>Compress Antlib</title>
  20. </properties>
  21. <body>
  22. <section name="Compress Antlib">
  23. <p>This Antlib contains tasks and resources that provide
  24. compression/uncompression and archival/unarchival capabilities
  25. based on <a href="http://commons.apache.org/compress/">Apache
  26. Commons Compress</a>. Using Apache Commons Compress 1.0 this
  27. Antlib supports gzip and bzip2 compression and ar, cpio, tar
  28. and zip archives.</p>
  29. <p>The current code base is based on the 1.0 release of Commons
  30. Compress but it is expected that this Antlib follows Commons
  31. Compress' development and will add new compression or
  32. archiving formats as they are provided by the underlying
  33. library.</p>
  34. <p>The gzip and bzip2 tasks and resources are similar to the
  35. corresponding tasks and types in Ant's core and mainly just
  36. use a different code base for the implementation of the
  37. formats.</p>
  38. <p>The same is mostly true for the zip and tar resources as well
  39. as the unzip/tar task with the major difference being that
  40. unzip and zipfileset can work with non-File resources.</p>
  41. <p>The zip and tar tasks are completely new implementations and
  42. offer a superset of the functionality of the core tasks.</p>
  43. <p>Tasks and resources for the ar and cpio formats mirror those
  44. available for tar and zip.</p>
  45. <p>All tasks and types can be mixed with the core tasks and
  46. types; it is possible to use the core zip task to create an
  47. archive based on an cpiofileset for example.</p>
  48. </section>
  49. </body>
  50. </document>