Skip to content
Not built

Console Output

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Othello 1.0.2-SNAPSHOT:
[INFO] 
[INFO] Othello ............................................ SUCCESS [ 24.954 s]
[INFO] Othello Build Tools ................................ SUCCESS [  5.666 s]
[INFO] Othello Core ....................................... FAILURE [ 27.914 s]
[INFO] Othello Strategy Examples .......................... SKIPPED
[INFO] Othello Strategy Template .......................... SKIPPED
[INFO] Othello GUI ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:01 min
[INFO] Finished at: 2023-10-10T00:24:23+02:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project othello-core: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java:[21,34] cannot find symbol
[ERROR] symbol:   class MoveGenerator
[ERROR] location: package de.fhdw.gaming.core.domain
[ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java:[27,47] cannot find symbol
[ERROR] symbol: class MoveGenerator
[ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java:[146,16] de.fhdw.gaming.core.domain.DefaultGame is abstract; cannot be instantiated
[ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java:[50,5] method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :othello-core
Started
Running as SYSTEM
Build failed before it gets to this module
Finished: NOT_BUILT