You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2016/04/21 22:37:59 UTC

thrift git commit: THRIFT-3793: move to ant-1.9.7 for appveyor builds Client: Build process Patch: Jim King

Repository: thrift
Updated Branches:
  refs/heads/master 653f0de48 -> 8077883a7


THRIFT-3793: move to ant-1.9.7 for appveyor builds
Client: Build process
Patch: Jim King <ji...@simplivity.com>

This closes #990


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

Branch: refs/heads/master
Commit: 8077883a71bb3a2d3fbc05e665d5020708b5cafc
Parents: 653f0de
Author: Jim King <ji...@simplivity.com>
Authored: Sun Apr 17 19:57:04 2016 -0400
Committer: Jens Geyer <je...@apache.org>
Committed: Thu Apr 21 22:37:37 2016 +0200

----------------------------------------------------------------------
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/8077883a/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 5de928c..9e37cd9 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,15 +55,15 @@ install:
 - move *.h include\
 - cd ..
 - cinst winflexbison
-- appveyor DownloadFile http://www.us.apache.org/dist//ant/binaries/apache-ant-1.9.6-bin.zip
-- 7z x apache-ant-1.9.6-bin.zip > nul
+- appveyor DownloadFile http://www.us.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.zip
+- 7z x apache-ant-1.9.7-bin.zip > nul
 - cd %APPVEYOR_BUILD_FOLDER%
 # TODO: Enable Haskell build
 # - cinst HaskellPlatform -version 2014.2.0.0
 
 
 build_script:
-- set PATH=C:\ProgramData\chocolatey\bin;C:\apache-ant-1.9.6\bin;%PATH%
+- set PATH=C:\ProgramData\chocolatey\bin;C:\apache-ant-1.9.7\bin;%PATH%
 - set JAVA_HOME=C:\Program Files\Java\jdk1.7.0
 - set PATH=%JAVA_HOME%\bin;%PATH%
 # - set PATH=%PATH%;C:\Program Files (x86)\Haskell Platform\2014.2.0.0\bin