Skip to content
Keila Lima edited this page Nov 21, 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 IMCDSL-groovy.jar will be placed in the lib folder under the root directory of the 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