Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.19 KB

Contributing.md

File metadata and controls

31 lines (23 loc) · 1.19 KB

First Time Setup

  1. Fork and clone the repository

  2. Install Eclipse Oxygen Java EE that will have most needed already installed. Alternately, you can get the Eclipse IDE for Java developers and just install Eclipse PDE from marketplace.

  3. Once installed use File > Open Projects from File System... and point it camel-lsp-client-eclipse and Eclipse should automatically detect the projects and import it properly.

  4. If you discover an error on pom.xml after import about Tycho, you can use Quick Fix (Ctrl+1) to install the Tycho Maven integration.

Building from command line

  1. Install Apache Maven

  2. This command will build the server:

    $ mvn clean verify

How to debug Camel Language Server from Eclipse client

  1. Modify launch configuration to include -DdebugLSPServer=true VM argument
  2. Create a Remote Java Application Debug Launch configuration in Eclipse listening to port 3000