Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution failed addon.xml #3399

Closed
clinique opened this issue Feb 24, 2023 · 7 comments
Closed

Resolution failed addon.xml #3399

clinique opened this issue Feb 24, 2023 · 7 comments

Comments

@clinique
Copy link
Contributor

Starting eclipse this morning, unable to launch openhab.
Tried to Maven Update / Maven clean / Maven Install on org.openhab.demo.app and my binding. All fails with this error :
image

@J-N-K
Copy link
Member

J-N-K commented Feb 24, 2023

Probably the .xml bundles need to be removed from demo-app in openhab-distro

@clinique
Copy link
Contributor Author

clinique commented Feb 24, 2023

Something has to be removed from the pom.xml of demo-app (sorry but for me the demo-app is a kind of magic) ?

@J-N-K
Copy link
Member

J-N-K commented Feb 24, 2023

https://github.com/openhab/openhab-distro/blob/main/launch/app/app.bndrun

Change feature.openhab-base to:

feature.openhab-base: \
	bnd.identity;id='org.openhab.core',\
	bnd.identity;id='org.openhab.core.audio',\
	bnd.identity;id='org.openhab.core.auth.jaas',\
	bnd.identity;id='org.openhab.core.addon',\
	bnd.identity;id='org.openhab.core.config.core',\
	bnd.identity;id='org.openhab.core.config.discovery',\
	bnd.identity;id='org.openhab.core.config.dispatch',\
	bnd.identity;id='org.openhab.core.id',\
	bnd.identity;id='org.openhab.core.io.console',\
	bnd.identity;id='org.openhab.core.io.http',\
	bnd.identity;id='org.openhab.core.io.http.auth',\
	bnd.identity;id='org.openhab.core.io.monitor',\
	bnd.identity;id='org.openhab.core.io.net',\
	bnd.identity;id='org.openhab.core.io.rest',\
	bnd.identity;id='org.openhab.core.io.rest.auth',\
	bnd.identity;id='org.openhab.core.io.rest.core',\
	bnd.identity;id='org.openhab.core.io.rest.sse',\
	bnd.identity;id='org.openhab.core.semantics',\
	bnd.identity;id='org.openhab.core.storage.json',\
	bnd.identity;id='org.openhab.core.thing',\
	bnd.identity;id='org.openhab.core.transform',\
	bnd.identity;id='org.openhab.core.voice'

@clinique
Copy link
Contributor Author

Cool ! It works.

@J-N-K
Copy link
Member

J-N-K commented Feb 24, 2023

Can you prepare a PR for that?

@clinique
Copy link
Contributor Author

Sure !

@openhab-bot
Copy link
Collaborator

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/build-with-fresh-ide-fails/144749/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants