-
Notifications
You must be signed in to change notification settings - Fork 25
QE: How to try Camel Language server in Eclipse Standalone
Aurélien Pupier edited this page Sep 15, 2021
·
2 revisions
If you want to try the latest server (built from main branch) or your contribution (built from your fork/branch) in Eclipse standalone, please proceed with the following step-by-step guide.
- Install Eclipse IDE for Enterprise Java Developers from https://www.eclipse.org/downloads/packages/
- Clone camel-language-server repository
git clone https://github.com/camel-tooling/camel-language-server.git
- Clone camel-lsp-client-eclipse repository
git clone https://github.com/camel-tooling/camel-lsp-client-eclipse.git
- Build camel-language-server -->
mvn clean package
- Build camel-lsp-client-eclipse -->
mvn clean package
- Run Eclipse IDE
-
Install Camel LSP Client for Eclipse
- Open Install dialog via Help --> Install New Software... and click on Add... button
- Click on Local... and locate the fresh build of Camel LSP Client for Eclipse on your local system
- Select Tooling for Apache Camel and click on Next button_
- Click Next button and accept the terms of license agreement
- Click Finish button
- Ignore security warning about unsigned software and click Install anyway
- Restart IDE to load the Tooling for Apache Camel
-
Replace the Apache Camel LSP server inside the plugin with the one you built in step 4
- you will find the build of Apache Camel LSP server in
camel-language-server/target/camel-lsp-server-X.Y.Z-SNAPSHOT.jar
- you will find the jar with Apache Camel LSP server in Eclipse installation
eclipse/plugins/com.github.camel-tooling.eclipse.client_1.0.0.201901101540/libs/camel-lsp-server-1.0.0-SNAPSHOT.jar
- you will find the build of Apache Camel LSP server in
Now your build of Tooling for Apache Camel is installed into Eclipse IDE. Let the fun begin ;-)