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 3.1 kB

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