devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

eclipse milestone version not working #1210

Closed hohwille closed 1 year ago

hohwille commented 1 year ago
$ devon eclipse
Updating eclipse from version 2023-03 to version 2023-06-M3...
Success: run command mkdir
Starting installation of eclipse in version 2023-06-M3 to /d/projects/devonfw/software/eclipse
Trying to download eclipse-2023-06-M3-eclipse-windows.zip from https://ftp.snt.utwente.nl/pub/software/eclipse/technology/epp/downloads/release/2023-06/M3/eclipse-java-2023-06-M3-win32-x86_64.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   196    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Failed to download https://ftp.snt.utwente.nl/pub/software/eclipse/technology/epp/downloads/release/2023-06/M3/eclipse-java-2023-06-M3-win32-x86_64.zip with exit code 22
Trying to download eclipse-2023-06-M3-eclipse-windows.zip from
curl: (3) URL using bad/illegal format or missing URL
Failed to download  with exit code 3
Trying to download eclipse-2023-06-M3-eclipse-windows.zip from https://ftp.osuosl.org/pub/eclipse/technology/epp/downloads/release/2023-06/M3/eclipse-java-2023-06-M3-win32-x86_64.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   393  100   393    0     0    509      0 --:--:-- --:--:-- --:--:--   510
  0   360    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404
Failed to download https://ftp.osuosl.org/pub/eclipse/technology/epp/downloads/release/2023-06/M3/eclipse-java-2023-06-M3-win32-x86_64.zip with exit code 22

******** ATTENTION ********
Download of eclipse in version 2023-06-M3 failed after trying 3 url(s).
We are sorry for the inconvenience. Please check the above errors, resolve them and try again.

If these releases come and go we might need to drop them again and disable what we have added with #1118

hohwille commented 1 year ago

As we install the latest version by default, we IMHO have to fix this before we can push out a release.