Skip to content
Keila Lima edited this page Feb 27, 2018 · 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 plugin

(the output jar in /lib: imcplanDSL-1.0.jar must be placed in the Neptus project)

To cleanup the generated files run:

./gradlew clean

Running

(Under the root directory of the project)

java -jar IMCDSL-all-1.0.jar

Clone this wiki locally