Doc update. Remove AspectJ component.
AspectJ reflection, and support not working on JDK-26 yet.
This commit is contained in:
+4
-5
@@ -12,20 +12,19 @@ considering players
|
|||||||
O has 4 moves.
|
O has 4 moves.
|
||||||
|
|
||||||
Project is build as gradle root and child projects.
|
Project is build as gradle root and child projects.
|
||||||
Gradle handles build and run of program using AspectJ Java runtime.
|
Gradle handles build and run of program using Java runtime.
|
||||||
|
|
||||||
Build Environment:
|
Build Environment:
|
||||||
JDK25,
|
JDK26,
|
||||||
VSCode with Edwin's Pack: Java
|
VSCode with Edwin's Pack: Java
|
||||||
Or Eclipse 4.38 with Gradle Buildship
|
Or Eclipse 4.38 with Gradle Buildship
|
||||||
AspectJ 1.9.25+
|
|
||||||
|
|
||||||
In Eclipse import project as an Gradle Project.
|
In Eclipse import project as an Gradle Project.
|
||||||
|
|
||||||
Tests with ASPECTJ:
|
Tests :
|
||||||
on windows:
|
on windows:
|
||||||
./gradlew.bat edu.tictactoe:run
|
./gradlew.bat edu.tictactoe:run
|
||||||
|
|
||||||
/ or on linux:
|
/ or on linux:
|
||||||
sh ./gradlew edu.tictactoe:run
|
sh ./gradlew edu.tictactoe:run
|
||||||
AspectJ Referee component will call the Game plays.
|
Referee component will call the Game plays.
|
||||||
|
|||||||
Reference in New Issue
Block a user