-
Notifications
You must be signed in to change notification settings - Fork 167
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
Vaadin Flow OSGi Starter not working #5185
Comments
Instead of the starter, an archetype for a base Vaadin OSGi project to be used in an enRoute environment is to be preferred. No need for the prepare and run contents in the pom. This would make the "heavenly" situation of Vaadin/OSGi a simple reality. |
I think adding this to the parent pom pluginManagement in an enRoute project solves this problem
|
Let's go item by item: As a result: there is no any error in the project which affects the project execution. |
Also I will update dependency versions and plugin versions if it's possible. |
Issue moved to vaadin/base-starter-flow-osgi #28 via ZenHub |
Hi,
I just tried to download and run the OSGi Vaadin starter but this results in several different errors.
When I imported the starter project in to Eclipse I get an error regarding the maven-antrun-plugin:
I'm not sure if this is directly Vaadin related but wanted to point out that this error exists
After importing the project (with the above error) I tried to run the starter as described on the website via mvn -Pprepare-osgi-container -Prun-osgi-container verify the build process ended with the following error message:
I'm using the latest Eclipse for java developers release.
Things I noticed when browsing the starter POM:
Or you could switch entirely to the enRoute setup for the starter instead of using profiles and just reference to the repective Vaadin BOM, as I did in the examples I provided for Add examples of using DS features in Vaadin components base-starter-flow-osgi#25
Kind regards,
Thomas
The text was updated successfully, but these errors were encountered: