Adding an Add-On to Eclipse IDE

I’m trying to get some insight about the inner workings of bindings, and I’ve walked through the walkthrough, and now I’m at “Modifying and Debugging Add-ons” - “2. Build Sources”.

But now I wonder whether I should tick “Add project(s) to working set”, or not… (And what with “Resolve Workspace projects”?


Unrelated:
Before seeing this solution I tried different stuff in these settings:

But I did something that made that entry go away… Now it looks like this:

Is that okay? Or should something be fixed? I can “run” the openHAB demo version without issues.

Any takers? :innocent:

Hello,

Your questions are more Eclipse related questions than openHAB. You may have more success on Eclipse forum.

But now I wonder whether I should tick “Add project(s) to working set”, or not…

A “working set” is just a convenience to organize your project in group. You can open/close them all at once, or find them easily. There is no impact on code or anything else.

(And what with “Resolve Workspace projects”?

“Resolve workspace projects” means that Eclipse can, when running / building, use directly the project in your workspace to find dependancies, instead on relying on your maven installation .m2 directory.
The idea is (I think) avoiding building/installing with maven every time you make a change in a dependancy project.

Is that okay? Or should something be fixed? I can “run” the openHAB demo version without issues.

I don’t really know for this one, but I think that if it works, then don’t worry.

No, it is correct to ask here as we see those type of questions many times in the community, which mostly are related to changes in the build system.