update project docs.
This commit is contained in:
+5
-3
@@ -16,14 +16,16 @@ Gradle handles build and run of program using AspectJ Java runtime.
|
|||||||
|
|
||||||
Build Environment:
|
Build Environment:
|
||||||
JDK25,
|
JDK25,
|
||||||
Eclipse 4.38 with Gradle Buildship
|
VSCode with Edwin's Pack: Java
|
||||||
|
Or Eclipse 4.38 with Gradle Buildship
|
||||||
AspectJ 1.9.25+
|
AspectJ 1.9.25+
|
||||||
|
|
||||||
In Eclipse import project as an Gradle Project.
|
In Eclipse import project as an Gradle Project.
|
||||||
|
|
||||||
Tests with ASPECTJ:
|
Tests with ASPECTJ:
|
||||||
on windows:
|
on windows:
|
||||||
gradlew.bat run
|
./gradlew.bat edu.tictactoe:run
|
||||||
|
|
||||||
/ or on linux:
|
/ or on linux:
|
||||||
sh ./gradlew run
|
sh ./gradlew edu.tictactoe:run
|
||||||
AspectJ Referee component will call the Game plays.
|
AspectJ Referee component will call the Game plays.
|
||||||
|
|||||||
Reference in New Issue
Block a user