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/01/11 21:20:50 UTC

[3/5] ant git commit: only execute test if XZ for Java is present

only execute test if XZ for Java is present


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/be4c1c5a
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/be4c1c5a
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/be4c1c5a

Branch: refs/heads/master
Commit: be4c1c5ad04c8d35d2a04bbd82b78c84495a04d5
Parents: d7fd056
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Jan 11 22:08:54 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Jan 11 22:08:54 2017 +0100

----------------------------------------------------------------------
 src/tests/antunit/types/optional/xz/xzresource-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/be4c1c5a/src/tests/antunit/types/optional/xz/xzresource-test.xml
----------------------------------------------------------------------
diff --git a/src/tests/antunit/types/optional/xz/xzresource-test.xml b/src/tests/antunit/types/optional/xz/xzresource-test.xml
index 20855d6..56fe66d 100644
--- a/src/tests/antunit/types/optional/xz/xzresource-test.xml
+++ b/src/tests/antunit/types/optional/xz/xzresource-test.xml
@@ -24,7 +24,7 @@
     <available property="xz.present" classname="org.tukaani.xz.XZOutputStream"/>
   </target>
 
-  <target name="testDocumentationClaimsOnCopy">
+  <target name="testDocumentationClaimsOnCopy" if="xz.present">
     <copy todir="${output}">
       <xzresource>
         <file file="../../../../../etc/testcases/taskdefs/expected/asf-logo.gif.xz"/>