You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/08/05 14:27:07 UTC

[47/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)

(Attempt to fix Travis problem with JUnit)


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

Branch: refs/heads/2.3
Commit: c2fcbc8dd55dfc95538a23b8a34b9df9fb7c3ea2
Parents: 13ddf64
Author: ddekany <dd...@apache.org>
Authored: Sat Aug 5 12:38:00 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat Aug 5 12:38:00 2017 +0200

----------------------------------------------------------------------
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c2fcbc8d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 1e7e340..7f5b57a 100644
--- a/build.xml
+++ b/build.xml
@@ -141,7 +141,8 @@
          dest="${ivy.jar.file}" usetimestamp="true"/>
   </target>
 
-  <property name="ant-junit.install.version" value="1.10.1" />
+  <!-- Since 2017-08-05 or so, ant-junit was gone from Ant on Travis, hence we need this there: -->
+  <property name="ant-junit.install.version" value="${ant.version}" />
   <property name="ant-junit.home" value="${user.home}/.ant" />
   <property name="ant-junit.jar.dir" value="${ant-junit.home}/lib" />
   <property name="ant-junit.jar.file" value="${ant-junit.jar.dir}/ant-junit.jar" />