-
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
Failed build from source (mvn clean install) with devnation branch #1598
Comments
Since language server is not in master it is not available as maven artifact. In that case you have to build the whole project (or build missing modules before building Che assembly). |
Thanks, but I got compilation error during building plugins https://github.com/eclipse/che#build-submodules Is it a wrong step?
Or is there no available step to use language server now? |
Have you tried to build the whole project? |
I was thinking this step is to build whole project https://github.com/eclipse/che#build-submodules . |
The most full build is to call |
Thanks a lot, finally I succeeded in build and it works well. I note the steps and some hacks. (I'm afraid my steps are wrong because I extract from my all try and error.)
|
I'm happy that you succeeded in building such a complex project. Maybe we should think about better documentation on typical errors and howto fix it. Especially because of some build-time dependencies such as node, etc. |
Created a documentation issue for this. We used to have great docs for building the dashboard and all necessary plugins. But when we consolidated everything from different projects into a single project with subdirectories, looks like we lost some of the READMEs. |
I am not able to find 'devnation' branch. Does someone deleted it ? |
It's in master. We will share more details on checonf tomorrow. |
Description of problem: I cannot build che from github source with devnation branch.
I read this article and want to try language server.
Che version: branch/devnation
Che install directory: /root/Documents/che
Docker version: NA
Java version:
maven version
Environment details (AWS, VirtualBox, physical, etc.): RHEV
How reproducible: always
Steps to Reproduce:
Actual Results:
I can't find
org.eclipse.che.plugin:che-plugin-languageserver-server:jar:4.4.0-RC1-SNAPSHOT
on the serverhttps://maven.codenvycorp.com/content/groups/public/
.Expected Results:
build success (and run)
The text was updated successfully, but these errors were encountered: