document XZ for Java dependency
Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/906608c5 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/906608c5 Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/906608c5 Branch: refs/heads/master Commit: 906608c5a803bee7a4de5cc7d8e50d6fbc7eac49 Parents: 09fac0a Author: Stefan Bodewig <bode...@apache.org> Authored: Sun May 7 18:14:05 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sun May 7 18:14:05 2017 +0200 ---------------------------------------------------------------------- docs/index.html | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/906608c5/docs/index.html ---------------------------------------------------------------------- diff --git a/docs/index.html b/docs/index.html index 21ec7b2..5a7b1e3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -119,6 +119,10 @@ <p>This Antlib requires Apache Ant 1.8.0 or higher, Apache Commons Compress 1.13 or higher and Java7 or higher.</p> + <p>In order to use LZMA, XZ or most of the 7z support + the <a href="https://tukaani.org/xz/java.html">XZ for Java</a> + version 1.6 or later is required. + <p>If you are building the Antlib from sources, run the <code>antlib</code> target and you'll get a file <code>ant-compress-VERSION.jar</code>. If you've @@ -145,6 +149,8 @@ <classpath> <pathelement location="YOUR-PATH-TO/ant-compress-VERSION1.jar"/> <pathelement location="YOUR-PATH-TO/commons-compress-VERSION2.jar"/> + <!-- optional dependencies --> + <pathelement location="YOUR-PATH-TO/xz-VERSION3.jar"/> </classpath> </taskdef> </pre>