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:08 UTC

[48/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/c688e15c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/c688e15c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/c688e15c

Branch: refs/heads/2.3
Commit: c688e15c7049d61523a709c43e0a6bd7b8df59dd
Parents: c2fcbc8
Author: ddekany <dd...@apache.org>
Authored: Sat Aug 5 12:41:55 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat Aug 5 12:41:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c688e15c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7f5b57a..4f45785 100644
--- a/build.xml
+++ b/build.xml
@@ -142,7 +142,8 @@
   </target>
 
   <!-- 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}" />
+  <antversion property="antVersionNumber"/>
+  <property name="ant-junit.install.version" value="${antVersionNumber}" />
   <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" />