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.9 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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 Ant Library 1.0">
  23. <h3>August 30, 2010 - Apache Compress Ant Library 1.0
  24. Available</h3>
  25. <p>Apache Compress Ant Library 1.0 is now available for
  26. download as <a
  27. href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
  28. or <a
  29. href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
  30. release.</p>
  31. </section>
  32. <section name="Compress Antlib">
  33. <p>This Antlib contains tasks and resources that provide
  34. compression/uncompression and archival/unarchival capabilities
  35. based on <a href="http://commons.apache.org/compress/">Apache
  36. Commons Compress</a>. Using Apache Commons Compress 1.1 this
  37. Antlib supports gzip and bzip2 compression and ar, cpio, tar
  38. and zip archives.</p>
  39. <p>The current code base is based on the 1.1 release of Commons
  40. Compress but it is expected that this Antlib follows Commons
  41. Compress' development and will add new compression or
  42. archiving formats as they are provided by the underlying
  43. library.</p>
  44. <p>The gzip and bzip2 tasks and resources are similar to the
  45. corresponding tasks and types in Ant's core and mainly just
  46. use a different code base for the implementation of the
  47. formats.</p>
  48. <p>The same is mostly true for the zip and tar resources as well
  49. as the unzip/tar task with the major difference being that
  50. unzip and zipfileset can work with non-File resources.</p>
  51. <p>The zip and tar tasks are completely new implementations and
  52. offer a superset of the functionality of the core tasks.</p>
  53. <p>Tasks and resources for the ar and cpio formats mirror those
  54. available for tar and zip.</p>
  55. <p>All tasks and types can be mixed with the core tasks and
  56. types; it is possible to use the core zip task to create an
  57. archive based on an cpiofileset for example.</p>
  58. </section>
  59. </body>
  60. </document>