How can I "turn back time" and go back to a previous tag/release of Eclipse? #1403
-
<TL;DR>How do I develop in a maintenance branch? The long versionHello everyone, I tried checking out the branch ... and then I opened ...but it didn't work out of the box: I'm having trouble getting the right Target platform even after a restart: In the last screenshot you can see that some references are still pointing to What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
In order to debug an existing application, one more direct possibility is to set up a target platform that does reference the installation path of the application you're debugging; and just import the code of the bundles you'll inspect (using the right tag). |
Beta Was this translation helpful? Give feedback.
-
The last screen shows what's being used for the installation itself, i.e., for the p2 director task. It should be fine to use 4.30 for debugging with a 4.29 target platform. But you're also running the modular targlet tasks and those are all hard coded to use the latest of everything. You can use Navigate -> Open Setup -> Workspace and textually copy the following and paste it onto the Workspace object and save:
This will override the values in the setups. Then you should get the older API baseline: and the older target platform: |
Beta Was this translation helpful? Give feedback.
-
Thank you both for your answers! @merks thank you, I changed the configuration and was able to compile and run the code. I've a final question though: in your snippet you set the Modular Target ( Since I was targeting 4.29, I just set both to 2023-09 and it worked. |
Beta Was this translation helpful? Give feedback.
The last screen shows what's being used for the installation itself, i.e., for the p2 director task. It should be fine to use 4.30 for debugging with a 4.29 target platform.
But you're also running the modular targlet tasks and those are all hard coded to use the latest of everything.
You can use Navigate -> Open Setup -> Workspace and textually copy the following and paste it onto the Workspace object and save: