Skip to content
Keila Lima edited this page Nov 10, 2017 · 10 revisions

Compiling

On the project root directory run:

./gradlew all

(the output jar to run the application will be placed in the root directory of the project)

To generate the library for IMC DSL (can be used in Neptus) run:

./gradlew IMC_DSL

(the output jar will be placed in the lib folder under the root directory of the project)

To cleanup the generated files run:

./gradlew clean

Running

java -jar build/libs/IMCDSL-all-1.0.jar

Clone this wiki locally