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

Hello World Extension Not Working #2784

Closed
nitingudleunvired opened this issue Oct 14, 2016 · 4 comments
Closed

Hello World Extension Not Working #2784

nitingudleunvired opened this issue Oct 14, 2016 · 4 comments

Comments

@nitingudleunvired
Copy link

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
5

# ADD DEPENDENCIES AND PARENT DEFINITION TO THE POM.XML
4

# CREATE HELLOWORLDEXTENSION GWT MODULE
6

# ADD HELLOWORLDEXTENSION GWT MODULE TO ASSEMBLY
3

# ADD EXTENSION TO ROOT POM OF CHE
1

# LINK TO IDE ASSEMBLY
2

Subsequently i have rebuild extension (che-helloworld-sample) and che (assembly-main)
but did not get the desire output as explained in docs

7

@vicky-unvired @eivantsov @alexanup @srinisubramanian

@TylerJewell @slemeur @azatsarynnyy @vparfonov @benoitf @eivantsov @vzhukovskii

@slemeur
Copy link
Contributor

slemeur commented Oct 14, 2016

You have a typo in the way you registered the GWT Module.

@slemeur
Copy link
Contributor

slemeur commented Oct 14, 2016

Ping me on skype and let's do screenshare please.

@slemeur
Copy link
Contributor

slemeur commented Oct 14, 2016

In the docs, it is said that you have to rebuild "assembly-ide-war" and then rebuilt "assembly-main".
If you are not doing this (in this order), then Che's assembly will be built from the latest "assembly-ide-war" which was build and stored on your local Maven repository - in this cas, you'll not see the "HelloWorld" message.

@nitingudleunvired
Copy link
Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants