Fresh build /install on Ubuntu.
On running "ant -f build-ivy.xml" in the "core/build" directory, it throws 501 errors for http://repo1.maven.org.
I used a web-browser to open one of the file links and got the error that Maven now requires HTTPS.
I found both "http://" references in the GIT clone and modified them to point to "https://", but I still cannot build due to:
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.apache.bcel#bcel;6.4.1: not found
[ivy:resolve] :: log4j#log4j;1.2.17: not found
[ivy:resolve] :: org.apache.ant#ant;1.9.14: not found
[ivy:resolve] :: com.thoughtworks.qdox#qdox;1.12.1: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :::: ERRORS
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/bcel/bcel/6.4.1/bcel-6.4.1.pom
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/bcel/bcel/6.4.1/bcel-6.4.1.jar
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/ant/ant/1.9.14/ant-1.9.14.pom
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/ant/ant/1.9.14/ant-1.9.14.jar
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
[ivy:resolve] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
I was able to manually download and install the required jar files locally, but it was not fun and the dependencies got so deep that I eventually gave up.
I'm not sure where the "HTTP" versus "HTTPS" definitions are hiding, but an update so that it builds would be nice...
Fresh build /install on Ubuntu.
On running "ant -f build-ivy.xml" in the "core/build" directory, it throws 501 errors for http://repo1.maven.org.
I used a web-browser to open one of the file links and got the error that Maven now requires HTTPS.
I found both "http://" references in the GIT clone and modified them to point to "https://", but I still cannot build due to:
I was able to manually download and install the required jar files locally, but it was not fun and the dependencies got so deep that I eventually gave up.
I'm not sure where the "HTTP" versus "HTTPS" definitions are hiding, but an update so that it builds would be nice...