On 11/07/17 3:26 AM, Nicolas Lalevée wrote:
I don’t understand what is going on. The files are there and then they
disappear… I have been able to download this file, and now it is gone. It
happens several times for different files locally… I though I had finally have
found a stable set of zip to download, but it seems actually not...
Nicolas
eclipse-check-download-gef:
eclipse-get-gef:
[get] Getting:
http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-SDK-3.9.100.zip&mirror_id=1
[get] To:
<https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-SDK-3.9.100.zip>
*[get]
http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-SDK-3.9.100.zip&mirror_id=1
moved to
http://archive.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-SDK-3.9.100.zip
* [get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] ....................................................
[get] .............................................
eclipse-check-download-zest:
eclipse-get-zest:
[get] Getting:
http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-zest-3.9.100.zip&mirror_id=1
[get] To:
<https://builds.apache.org/job/IvyDE/ws/dependencies/GEF-zest-3.9.100.zip>
[*get]
http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-zest-3.9.100.zip&mirror_id=1
moved to
http://download.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/GEF-zest-3.9.100.zip*
From those logs it appears that whoever setup the HTTP (302) redirects
for these downloads at eclipse.org, set it up correctly for gef-sdk to
point to archive.eclipse.org whereas for get-zest it has been setup to
point to an incorrect URL at download.eclipse.org which just presents a
generic 404 page.
I think for us, at this point, it's a matter of changing our build file
to just point directly to the relevant specific links listed on
archive.eclipse.org here
http://archive.eclipse.org/tools/gef/downloads/drops/3.9.100/R201405261516/
-Jaikiran