Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.38 KB

bigUML - bigGLSP Java Server

The bigGLSP Java Server implementation for bigUML.

Building (CLI)

Execute the command:

  • Linux: ./gradlew clean build
  • Windows: ./gradlew.bat clean build

Running the application:

  • Linux: ./gradlew run
  • Windows: ./gradlew.bat run

IDE

The development environment has been tested with Visual Studio Code (VSCode), and it is recommended for quick and lightweight development. However, since the project uses Gradle for building and managing dependencies, support for other IDEs such as IntelliJ IDEA and Eclipse should still be possible. You can import the project into these environments using their respective Gradle integration tools.

VSCode

It is mandatory to open the server folder as root, otherwise, Gradle can not be detected by VSCode. Please read the documentation for Gradle in VSCode to learn how to build / debug / run with the IDE.

Recommended Extensions:

The IDE will rebuild the changes for you - see status bar for progress.