[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877312#comment-15877312
 ] 

ASF GitHub Bot commented on THRIFT-4076:


Github user asfgit closed the pull request at:

https://github.com/apache/thrift/pull/1201


> Appveyor builds failing because ant 1.9.8 was removed from apache servers
> -
>
> Key: THRIFT-4076
> URL: https://issues.apache.org/jira/browse/THRIFT-4076
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Affects Versions: 0.10.0
> Environment: Appyevor CI
>Reporter: James E. King, III
>Assignee: James E. King, III
>Priority: Blocker
> Fix For: 0.11.0
>
>
> ant was upgraded to 1.9.9 and broke our build
> I am going to switch it over to using chocolatey.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876739#comment-15876739
 ] 

ASF GitHub Bot commented on THRIFT-4076:


GitHub user jeking3 opened a pull request:

https://github.com/apache/thrift/pull/1201

THRIFT-4076: appveyor needs to pick up PATH changes and JAVA_HOME from the 
registry 

after using chocolatey to install ant (and jdk, which it depends on) we 
need to refresh the environment

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jeking3/thrift THRIFT-4076

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1201.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1201


commit 8a3b8318d18296f56a1dfe1d6be22b58098d38c7
Author: James E. King, III 
Date:   2017-02-21T21:18:11Z

THRIFT-4076: pick up PATH changes and JAVA_HOME from the registry after 
using chocolatey to install ant (and jdk, which it depends on)




> Appveyor builds failing because ant 1.9.8 was removed from apache servers
> -
>
> Key: THRIFT-4076
> URL: https://issues.apache.org/jira/browse/THRIFT-4076
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Affects Versions: 0.10.0
> Environment: Appyevor CI
>Reporter: James E. King, III
>Assignee: James E. King, III
>Priority: Blocker
> Fix For: 0.11.0
>
>
> ant was upgraded to 1.9.9 and broke our build
> I am going to switch it over to using chocolatey.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858285#comment-15858285
 ] 

ASF GitHub Bot commented on THRIFT-4076:


Github user jeking3 closed the pull request at:

https://github.com/apache/thrift/pull/1180


> Appveyor builds failing because ant 1.9.8 was removed from apache servers
> -
>
> Key: THRIFT-4076
> URL: https://issues.apache.org/jira/browse/THRIFT-4076
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Affects Versions: 0.10.0
> Environment: Appyevor CI
>Reporter: James E. King, III
>Assignee: James E. King, III
>Priority: Blocker
> Fix For: 0.11.0
>
>
> ant was upgraded to 1.9.9 and broke our build
> I am going to switch it over to using chocolatey.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858286#comment-15858286
 ] 

ASF GitHub Bot commented on THRIFT-4076:


Github user jeking3 commented on the issue:

https://github.com/apache/thrift/pull/1180
  
This was merged; I wanted to close it to cancel any travis job that hasn't 
run yet.


> Appveyor builds failing because ant 1.9.8 was removed from apache servers
> -
>
> Key: THRIFT-4076
> URL: https://issues.apache.org/jira/browse/THRIFT-4076
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Affects Versions: 0.10.0
> Environment: Appyevor CI
>Reporter: James E. King, III
>Assignee: James E. King, III
>Priority: Blocker
> Fix For: 0.11.0
>
>
> ant was upgraded to 1.9.9 and broke our build
> I am going to switch it over to using chocolatey.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858176#comment-15858176
 ] 

ASF GitHub Bot commented on THRIFT-4076:


GitHub user jeking3 opened a pull request:

https://github.com/apache/thrift/pull/1180

THRIFT-4076 fix appveyor ant issue

This is something of an experiment as I am changing the appveyor build to 
use chocolatey to install ant instead of grabbing it directly from the apache 
server.  Apache does not provide a stable link to get the latest stable build 
so every time ant is revised, the build we download and use is deleted and our 
builds fail.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jeking3/thrift THRIFT-4076

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1180.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1180


commit 9a2e98fbe50e46d749e5990386d55eb3fe34
Author: James E. King, III 
Date:   2017-02-08T16:09:51Z

THRIFT-4076 fix appveyor ant issue




> Appveyor builds failing because ant 1.9.8 was removed from apache servers
> -
>
> Key: THRIFT-4076
> URL: https://issues.apache.org/jira/browse/THRIFT-4076
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Affects Versions: 0.10.0
> Environment: Appyevor CI
>Reporter: James E. King, III
>Assignee: James E. King, III
>Priority: Blocker
>
> ant was upgraded to 1.9.9 and broke our build
> I am going to switch it over to using chocolatey.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)