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

GWT SuperDev Mode command does not work #2595

Closed
vparfonov opened this issue Sep 26, 2016 · 2 comments
Closed

GWT SuperDev Mode command does not work #2595

vparfonov opened this issue Sep 26, 2016 · 2 comments
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@vparfonov
Copy link
Contributor

vparfonov commented Sep 26, 2016

Reproduction Steps:

  1. Clone Che
  2. Build it
  3. Create GWT SDM for Che
  4. Try to star command

Che version: 5.0.0-M3

@vparfonov vparfonov added kind/bug Outline of a bug - must adhere to the bug report template. sprint/next team/ide labels Sep 26, 2016
@vparfonov vparfonov changed the title GWT SuperDev Mode command don't work GWT SuperDev Mode command does not work Sep 26, 2016
@vparfonov vparfonov added the severity/P2 Has a minor but important impact to the usage or development of the system. label Apr 20, 2017
@vparfonov
Copy link
Contributor Author

Main problem for now is to build a correct classpath for SDM command it should contains:

  • dependencies as jar
  • related modules from opened project as source dependencies
    For example if your GWT application has dependency on some jar and this jar is a part of your project it must be declared as a source dependency in this case changes in this module will be recompiled automatically by SDM .

@azatsarynnyy
Copy link
Member

azatsarynnyy commented Oct 11, 2017

Fixed in #6582 but final solution will be proposed as part of #6602, after finishing migrating to the new gwt-maven-plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

2 participants