-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Keila Lima edited this page Feb 27, 2018
·
10 revisions
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 IMCDSL-groovy-1.0.jar will be placed in the lib folder under the root directory of the project)
To cleanup the generated files run:
./gradlew clean
(Under the root directory of the project)
java -jar IMCDSL-all-1.0.jar
Examples of scripts used in the application can be found at the folder examples/ under the root directory of the project.