Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 928 Bytes

Contributing.md

File metadata and controls

25 lines (19 loc) · 928 Bytes

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-language-server 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