vaadin / eclipse-plugin

Vaadin Plugin for Eclipse
https://vaadin.com/eclipse
16 stars 8 forks source link

Can't create new Design for RC2 project #777

Open alump opened 5 years ago

alump commented 5 years ago

Setup:

Steps:

  1. Create new 14 project with Spring Boot base (with help of Vaadin add-on)
  2. Run mvn clean package as required by designer add-on
  3. Try to add new "platform" design

Expected outcome: I can create new design

Actual outcome: It still cries about me not running mvn clean package and missing npm dependencies.

Screen Shot 2019-06-27 at 16 16 23
alump commented 5 years ago

Ok, user has to manually refresh the project structure, only then it will find the files mvn clean package created. You should mention this in guide, if you can't force refresh on project?

Peppe commented 4 years ago

@szolo is this fixed via the "run npm install automatically" work?

szolo commented 4 years ago

@Peppe yes, it's fixed. Plugin will automatically install dependencies and after that refresh the project structure.