How to automatically keep up-to-date with the latest M*/RC* and GA releases? #2920
-
|
Hi all, Is there a way I can get the latest M*/RC*/GA releases for my installation as soon as they are available? The idea is to have our developers update our IDEs as frequently as possible without having to manually change anything (or changing as little as possible) in the Oomph setup. For reference, we have 2 kinds of IDEs, which we deliver using Oomph:
What I do is:
What I plan to do is:
Questions
Thank you in advance for your help and sorry for the lengthy questions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
@fedejeanne just add this update site to your eclipse https://download.eclipse.org/releases/milestone/ (I'm already using that since a while and it works like a charm). It would be good to have this mentioned somewhere on the download page like:
|
Beta Was this translation helpful? Give feedback.
-
|
This will always point at the latest release: I.e., currently This will always point at the not-yet-released visible milestone I.e., currently But, because we have not yet done 2025-06 M1, it just composes these at the moment: I.e., it's kind of a fake next release repository until M1 at which point it will compose the actual 2025-06 milestone Another set of URLs that's really bleeding edge, are staging repositories: There is no staging latest; no one has asked and I generate the Oomph product catalogs so the generator doesn't need that. These sites are actually a bit "dangerous" because the content is overwritten arbitrarily at any time... I don't know the catalog structure of your tasks. In the Eclipse projects catalog I maintain these variables that could be used. I'm not sure it's really necessary to have such exact strict bounds on the rcp feature... |
Beta Was this translation helpful? Give feedback.





@fedejeanne just add this update site to your eclipse https://download.eclipse.org/releases/milestone/ (I'm already using that since a while and it works like a charm).
It would be good to have this mentioned somewhere on the download page like: