-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Hello World Extension Not Working #2784
Comments
You have a typo in the way you registered the GWT Module. |
Ping me on skype and let's do screenshare please. |
In the docs, it is said that you have to rebuild "assembly-ide-war" and then rebuilt "assembly-main". |
Finally it is running. one step was missing, rebuild of assembly-ide-war (https://eclipse-che.readme.io/v5.0/docs/helloworld-extension#section-8-build-che-with-your-extension-) anyway... @slemeur thanks :) |
We are trying to design sample hello world extension for eclipse-che as mentioned https://eclipse-che.readme.io/v5.0/docs/helloworld-extension
Screenshots for how we configured che-helloworld-sample extension
Steps

# CREATE HELLOWORLDEXTENSION CLASS
# ADD DEPENDENCIES AND PARENT DEFINITION TO THE POM.XML

# CREATE HELLOWORLDEXTENSION GWT MODULE

# ADD HELLOWORLDEXTENSION GWT MODULE TO ASSEMBLY

# ADD EXTENSION TO ROOT POM OF CHE

# LINK TO IDE ASSEMBLY

Subsequently i have rebuild extension (che-helloworld-sample) and che (assembly-main)

but did not get the desire output as explained in docs
@vicky-unvired @eivantsov @alexanup @srinisubramanian
@TylerJewell @slemeur @azatsarynnyy @vparfonov @benoitf @eivantsov @vzhukovskii
The text was updated successfully, but these errors were encountered: