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

Cannot start designer (Eclipse Windows) #2449

Closed
ropoman opened this issue Mar 31, 2023 · 3 comments
Closed

Cannot start designer (Eclipse Windows) #2449

ropoman opened this issue Mar 31, 2023 · 3 comments
Assignees
Labels
bug Impact: High 15% or more of users are affected by the issue. Severity: Major Severity - Middle out of blocker, major and minor

Comments

@ropoman
Copy link

ropoman commented Mar 31, 2023

Steps to reproduce

Downloaded starter from https://github.com/vaadin/designer-tutorial/archive/latest-initial.zip
created src/views and selected New Vaadin 10+ Design

Actual behavior

Expected behavior

IDE, Designer and OS version

grafik

Eclipse jee-2022-12
JDK 11
grafik

@howlger
Copy link

howlger commented Apr 8, 2023

Obviously, the Vaadin Designer plugin uses m2e, but works only with m2e 1.x, not with m2e 2.x because of this change that has been introduced in m2e 2.0. It seems that the Vaadin plugin has not specified an upper version range for m2e, so it can be installed even into an Eclipse IDE with m2e 2.x (which should not be possible), causing the error to occur at runtime.

As a workaround (until the Vaadin Designer plugin has been adapted for m2e 2.x), Eclipse 2022-06 can be used or m2e can be downgraded to 1.20.1 (using the update site https://download.eclipse.org/technology/m2e/releases/1.20.1/).

@szolo
Copy link
Contributor

szolo commented Apr 10, 2023

Hello @howlger, you're correct about m2e issue. Sadly, backward compatibility has been broken and latest Eclipse comes with the latest m2e by default.

I have updated needed API calls to the new format already and planning to release new Designer version later this week. I will keep you posted when release will be done.

@szolo szolo added bug Severity: Major Severity - Middle out of blocker, major and minor Impact: High 15% or more of users are affected by the issue. labels Apr 10, 2023
@szolo szolo self-assigned this Apr 13, 2023
@szolo
Copy link
Contributor

szolo commented Apr 13, 2023

Fixed in Vaadin Designer 4.6.21. Closed.

@szolo szolo closed this as completed Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Impact: High 15% or more of users are affected by the issue. Severity: Major Severity - Middle out of blocker, major and minor
Projects
None yet
Development

No branches or pull requests

3 participants