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

Make superdevmode work with vaadin-archetype-widget #96

Open
vaadin-bot opened this issue Feb 19, 2016 · 2 comments
Open

Make superdevmode work with vaadin-archetype-widget #96

vaadin-bot opened this issue Feb 19, 2016 · 2 comments
Labels
bug v8 Issues for Vaadin 8 versions of the archetypes

Comments

@vaadin-bot
Copy link
Collaborator

Originally by @tepi


Currently if I create a project with vaadin-archetype-widget it is too difficult to run superdevmode.

What I'd expect to work is:

  1. Run mvn clean install on root
 project
  2. Run mvn jetty:run on widget-demo
 project
  3. Run mvn vaadin:run-codeserver on widget-demo project

This does start up the superdevmode and it appears to be working but actually it does not notice client-side code changes in the widget project. I guess this is because it's using sources from the artifact in the local repo.

You can create an additional maven profile and include the sources from the widget project but this should happen automatically. Or at the very least document at vaadin.com/maven how to do this.

@vaadin-bot
Copy link
Collaborator Author

Originally by @elmot


The same should be done for j2ee, spring, and multimodule artifacts.

@vaadin-bot
Copy link
Collaborator Author

Originally by @tsuoanttila


There is a way to do this in the eclipse by running the SDM as a custom maven launch. You need to select "Resolve workspace artifacts". This thought depends on the jetty running with a compiled widgetset. After this the changes made in the widget module are seen upon reload in the UI.

@vaadin-bot vaadin-bot added the bug label Oct 13, 2016
@pleku pleku added the v8 Issues for Vaadin 8 versions of the archetypes label Mar 21, 2019
@pleku pleku added this to Low priority in Maven Archetypes Bugs backlog Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug v8 Issues for Vaadin 8 versions of the archetypes
Projects
Development

No branches or pull requests

2 participants