20 lines
708 B
Plaintext
20 lines
708 B
Plaintext
Project is build as gradle root and child projects.
|
|
Gradle handles build and run of program using AspectJ Java runtime.
|
|
|
|
Build Environment:
|
|
JDK25,
|
|
Eclipse 4.38 with Gradle Buildship
|
|
AspectJ 1.9.25+
|
|
OpenJFX (** https://gluonhq.com/products/javafx/ **)
|
|
This java UI sdk requires you download windows/linux/Mac JMODs libs to your workspace on your host.
|
|
refer to the launch.json file, and add the directory location for the jmods you downloaded.
|
|
|
|
In Eclipse import project as an Gradle Project.
|
|
|
|
Tests with ASPECTJ:
|
|
on windows:
|
|
gradlew.bat run
|
|
/ or on linux:
|
|
sh ./gradlew edu.addressbook.view:run
|
|
AspectJ Referee component will call the Game plays.
|