You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2022/04/20 21:40:47 UTC

[tomcat] branch main updated: Try fixing travis builds - ant 1.10.11 no longer available on download server.

This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c8c76378e Try fixing travis builds - ant 1.10.11 no longer available on download server.
9c8c76378e is described below

commit 9c8c76378ed0d48ecdcb586d9a0a2cd83820da78
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Wed Apr 20 23:40:27 2022 +0200

    Try fixing travis builds - ant 1.10.11 no longer available on download server.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ab3ca3584c..572d0c2b66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,8 +48,8 @@ install:
     - wget -q $JDK_URL && tar xzf OpenJDK*.tar.gz
     - mv jdk-11* jdk
     - export JAVA_HOME=`pwd`/jdk
-    - wget -q https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.11-bin.tar.gz && tar xzf apache-ant-*-bin.tar.gz
-    - export ANT_HOME=`pwd`/apache-ant-1.10.11
+    - wget -q https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.12-bin.tar.gz && tar xzf apache-ant-*-bin.tar.gz
+    - export ANT_HOME=`pwd`/apache-ant-1.10.12
     - export PATH="$JAVA_HOME/bin:$ANT_HOME/bin:$PATH"
     - java -version
     - ant -version


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org