Replies: 1 comment
-
|
Saving a setup with a more recent implementation of Oomph will serialize like this:
For backwards compatibility the setup archiver: stores results in the old/ancient location in the setups.zip like this: This approach effectively sets up redirects within the IDE/installer when processing *.setup resource such that the old locations do work, but without actually accessing the git.eclipse.org host. In fact, it's been a very long time since we allowed resources to be loaded from that host except in the setup archive application. With the recent fix in UML2 the setup archiver itself no longer requires any access to http://git.eclipse.org/c/ which has gotten decided flaky cause way too many build failures. So all is set for git.eclipse.org to go down permanently, yes there are hardwired redirections in place, but best to update the setup files. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have just had a JustJ promotion job fail because I had failed to update a usage of https://git.eclipse.org/r/modisco/org.eclipse.modisco. My bad, but why does it only fail today? It seems that some redirection has been broken / discontinued by the EF.
NB. Even when the old URL 'works', it is dangerous since it references the increasingly stale repo and so misses any updates such as consistent support for the migrated repo spelling.
Searching my workspace for git.eclipse.org/r and git.eclipse.org/c I find, that my OOMPH setups have
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"Today
http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecoreopens fine in Firefox, but for how much longer?Will OOMPH have an internal hardwired redirection, or should all OOMPH setup files be changed to avoid future bit rot?
Beta Was this translation helpful? Give feedback.
All reactions