-
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
sample-json-plugin doesn't appear in IDE #3338
Comments
It's noteworthy, that when I do
At the same time $CHE_ASSEMBLY is undefined and it is expected that che should use the default path to image when compiling and starting. |
Hi @aleksei-burakov, Have you installed the Eclipse Che CLI? |
No, I did not install CLI, I only did those twelve steps.
it says that it cannot find the image, although it seems to exists in that folder. |
Thanks @aleksei-burakov. You are missing a dependency to the module The dependency to this module is needed in both assembly:
Also, I would recommend you to do the |
The plugins
so it is supposed to be included recursively. I tryed however the same twelve steps but this time with this dependency included explicitely, (as they say in the steps 1 and 2 in https://github.com/eclipse/che/tree/master/samples/sample-plugin-json) and it had no effect. |
@aleksei-burakov |
@elpdspec this is pure magic. I did not figure out it myself because of its non-deterministic behaviour. There is a simple instruction https://github.com/eclipse/che/tree/master/samples/sample-plugin-json I repeated it maybe 5-7 times and it somehow appeared in the project creation dialog. Once it appeared it did not go, untill I did a |
I'm trying to equip che with sample-json-plugin, but I don't see the changes in the Web IDE. I followed the steps mentioned in #2330 with one exception , I didn't build che first, I started directly with the second step.
Reproduction Steps:
~$ git clone https://github.com/eclipse/che.git
~/che/assembly/assembly-ide-war/pom.xml
~/che/assembly/assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml
<inherits name="org.eclipse.che.plugin.jsonexample.JSONExample"/>
~/che/assembly/assembly-wsagent-war/pom.xml
~/che$ mvn sortpom:sort
~/che$ mvn clean install
~/che$ ./che.sh start
Did I miss something?
Expected behavior:
I expect that there is a new stack named JSON or maybe an option JSON when creating a new project (I'm not sure).
Observed behavior:
I see no changes in the Web IDE comparing to that when no new dependencies are added.
Che version: 5.0.0-latest
OS and version: Ubuntu 16.04 LTS
Docker version: 1.12.1, build 23cf638
Additional information:
The text was updated successfully, but these errors were encountered: