You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/05/07 16:15:31 UTC

[4/5] ant-antlibs-compress git commit: document XZ for Java dependency

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 <bo...@apache.org>
Authored: Sun May 7 18:14:05 2017 +0200
Committer: Stefan Bodewig <bo...@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 @@
         &lt;classpath&gt;
           &lt;pathelement location="YOUR-PATH-TO/ant-compress-VERSION1.jar"/&gt;
           &lt;pathelement location="YOUR-PATH-TO/commons-compress-VERSION2.jar"/&gt;
+          &lt;!-- optional dependencies --&gt;
+          &lt;pathelement location="YOUR-PATH-TO/xz-VERSION3.jar"/&gt;
         &lt;/classpath&gt;
       &lt;/taskdef&gt;
 </pre>