Fix Project Setup
If you encounter errors upon pulling new commits locally due to missing classpath entries etc. try to follow these steps:
- Go through every project and delete the contents (prod/test folders) in the lib folder. In these, the ivy dependencies are resolved and needed for plugin dependencies.
- Go through every project and execute the following Ivy action (through right-click menu):
- Resolve
- Refresh
- Reload Settings
- Retrieve 'dependencies'
- Open the file inspectIT/inspectit.target and wait till everything is resolved and the progress is finished --> löst "plugin dependencies references non existing library"
- Close this file again and reopen it: all the plugins should have been discovered then)
- Click on Set as Target Platform in the Header of the Target Definition and wait for it to finish
- Delete the existing inspectIT Run configuration
- Open inspecit.product and execute run eclipse application
- Now every error should be gone