NEW (29.01.2024): We will change some dependency handling! For development with eclipse you must install the m2e PDE Integration into the Eclipse IDE.
- Help - Install New Software…
- Use the m2e Update Site: https://download.eclipse.org/technology/m2e/releases/latest/
- Select m2e PDE Integration
- Finish the installation
After the installation it can be used in the PDE Target Editor.
06.02.2024: Due to a bug in Eclipse, you will need to use the latest eclipse version (2024-03): https://www.eclipse.org/downloads/packages/release/2024-03/
Nearly everything in Odysseus is designed to be replaced or extended. Here are the typical ones:
...
Remark: There could be some updates in odysseus_dev that is not already reflected in each module. So it is always a good idea to update the odysseus_dev submodule to the newest version.
If you missed the --recurse-submodules, you can also use:
| Code Block |
|---|
git clone <your repo URL> cd <repo> git submodule init git submodule update cd odysseus_dev git checkout master cd .. |
...