Re: [ant] branch master updated: Avoid connection refused errors by leaving some time between the gets, works locally lets see if it also works for jenkins

2019-05-27 Thread Jaikiran Pai
Hi Martijn, You are right - these tests have been failing regularly with connection refused issues on Jenkins. Your commit seems to have improved the situation although, they still seem to fail once in a while like here https://builds.apache.org/job/Ant-Build-Matrix-master-Windows/jdk=JDK%201.8.0_

Re: [ant-antlibs-antunit] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/l

2019-05-27 Thread Martijn
Hi, Interesting, right at the top, the page itself refers to the https location nowadays. In the licensing FAQ also a reference to the https version is endorsed, not the http version. What maybe with this regards is a problem is the update of the http:///www.apache.org/licenses  to https in

Re: [ant-antlibs-antunit] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/l

2019-05-27 Thread Stefan Bodewig
On 2019-05-26, wrote: > updated reference to license from http to https using find . -type f -exec > sed -i > s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ > {} \; I'm afraid we can't do that. The license URL is part of the license text, changing th