eclipse-plugin icon indicating copy to clipboard operation
eclipse-plugin copied to clipboard

Can't create new Design for RC2 project

Open alump opened this issue 5 years ago • 3 comments

Setup:

  • OS: MacOS 10.14.5
  • Eclipse: 2019-06
  • JDK: Corretto-11.0.3.7.1
  • Vaadin Plugin: 4.1.0.beta4
  • Vaadin Designer Plugin: 4.3.0.beta2

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 avatar Jun 27 '19 23:06 alump

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?

alump avatar Jun 27 '19 23:06 alump

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

Peppe avatar Mar 03 '20 13:03 Peppe

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

szolo avatar Mar 03 '20 14:03 szolo