-
Notifications
You must be signed in to change notification settings - Fork 713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix source URLs for ant v1.10.5 - v1.10.7 #9633
fix source URLs for ant v1.10.5 - v1.10.7 #9633
Conversation
'https://apache.cu.be/ant/binaries' does not work as Python throws a ssl.CertificateError. Shouldn't this be handled by EB and other URLs tried? |
d71b277
to
e4732b2
Compare
Test report by @Flamefire |
e4732b2
to
f3e444d
Compare
Some java packages seem to be missing when building the doc. However it is the same EC as other (older) ECs so I guess they work on someones system |
Test report by @smoors |
@smoors Same issue. Can you try an older ant and see if that builds? |
Bug seems to be known to others at least: https://stackoverflow.com/questions/56750209/how-to-successfully-build-ant-source-code. Building 10.1 does show errors but build succeeds. 10.5 shows more errors and build fails :/ |
And I traced the issue to a change in 10.2 which produces the following output on build not seen on 10.1:
I then found that the issue is a removed Oh there is an upstream bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=63438 |
Patch added, built successfully here :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also: homepage
in ant-1.10.5-Java-1.8.eb
should be https://
6918326
to
8763211
Compare
8763211
to
b1f9edd
Compare
b1f9edd
to
7ba00cc
Compare
@boegel "source URLs" is wrong as binary URLs are fixed too |
@Flamefire With "source URLs" I mean the value for the |
Test report by @boegel |
Going in, thanks @Flamefire! |
10.5 binary distribution is no longer available, 10.6/7 have https errors with wrong hostname as the url redirects to the new one