Feed-the-space
Feed-the-space copied to clipboard
Does not build
A fresh clone, followed by gradle build:
$ gradle build --info
Starting Build
Settings evaluated using settings file '/tmp/Feed-the-space/settings.gradle'.
Projects loaded. Root project using build file '/tmp/Feed-the-space/build.gradle'.
Included projects: [root project 'gdxg-root', project ':spashole-game', project ':spashole-game-tests']
Evaluating root project 'gdxg-root' using build file '/tmp/Feed-the-space/build.gradle'.
setEncoding UTF-8 root project 'gdxg-root'
setEncoding UTF-8 project ':spashole-game'
setEncoding UTF-8 project ':spashole-game-tests'
Evaluating project ':spashole-game' using build file '/tmp/Feed-the-space/spashole-game/build.gradle'.
fatJar
fatJarName: spashole-game-1.1.1.jar
/tmp/Feed-the-space
Evaluating project ':spashole-game-tests' using build file '/tmp/Feed-the-space/spashole-game-tests/build.gradle'.
All projects evaluated.
Selected primary task 'build' from project :
Tasks to be executed: [task ':compileJava', task ':processResources', task ':classes', task ':jar', task ':assemble', task ':compileTestJava', task ':processTestResources', task ':testClasses', task ':test', task ':check', task ':build', task ':spashole-game:compileJava', task ':spashole-game:compileGroovy', task ':spashole-game:processResources', task ':spashole-game:classes', task ':spashole-game:jar', task ':spashole-game:assemble', task ':spashole-game:compileTestJava', task ':spashole-game:compileTestGroovy', task ':spashole-game:processTestResources', task ':spashole-game:testClasses', task ':spashole-game:test', task ':spashole-game:check', task ':spashole-game:build', task ':spashole-game-tests:compileJava', task ':spashole-game-tests:compileGroovy', task ':spashole-game-tests:processResources', task ':spashole-game-tests:classes', task ':spashole-game-tests:jar', task ':spashole-game-tests:assemble', task ':spashole-game-tests:compileTestJava', task ':spashole-game-tests:compileTestGroovy', task ':spashole-game-tests:processTestResources', task ':spashole-game-tests:testClasses', task ':spashole-game-tests:test', task ':spashole-game-tests:check', task ':spashole-game-tests:build']
:compileJava (Thread[main,5,main]) started.
:compileJava
file or directory '/tmp/Feed-the-space/src/main/java', not found
Skipping task ':compileJava' as it has no source files.
:compileJava UP-TO-DATE
:compileJava (Thread[main,5,main]) completed. Took 0.018 secs.
:processResources (Thread[main,5,main]) started.
:processResources
file or directory '/tmp/Feed-the-space/src/main/resources', not found
Skipping task ':processResources' as it has no source files.
:processResources UP-TO-DATE
:processResources (Thread[main,5,main]) completed. Took 0.001 secs.
:classes (Thread[main,5,main]) started.
:classes
Skipping task ':classes' as it has no actions.
:classes UP-TO-DATE
:classes (Thread[main,5,main]) completed. Took 0.001 secs.
:jar (Thread[main,5,main]) started.
:jar
Skipping task ':jar' as it is up-to-date (took 0.039 secs).
:jar UP-TO-DATE
:jar (Thread[main,5,main]) completed. Took 0.046 secs.
:assemble (Thread[main,5,main]) started.
:assemble
Skipping task ':assemble' as it has no actions.
:assemble UP-TO-DATE
:assemble (Thread[main,5,main]) completed. Took 0.001 secs.
:compileTestJava (Thread[main,5,main]) started.
:compileTestJava
file or directory '/tmp/Feed-the-space/src/test/java', not found
Skipping task ':compileTestJava' as it has no source files.
:compileTestJava UP-TO-DATE
:compileTestJava (Thread[main,5,main]) completed. Took 0.002 secs.
:processTestResources (Thread[main,5,main]) started.
:processTestResources
file or directory '/tmp/Feed-the-space/src/test/resources', not found
Skipping task ':processTestResources' as it has no source files.
:processTestResources UP-TO-DATE
:processTestResources (Thread[main,5,main]) completed. Took 0.001 secs.
:testClasses (Thread[main,5,main]) started.
:testClasses
Skipping task ':testClasses' as it has no actions.
:testClasses UP-TO-DATE
:testClasses (Thread[main,5,main]) completed. Took 0.001 secs.
:test (Thread[main,5,main]) started.
:test
file or directory '/tmp/Feed-the-space/build/classes/test', not found
Skipping task ':test' as it has no source files.
:test UP-TO-DATE
:test (Thread[main,5,main]) completed. Took 0.001 secs.
:check (Thread[main,5,main]) started.
:check
Skipping task ':check' as it has no actions.
:check UP-TO-DATE
:check (Thread[main,5,main]) completed. Took 0.001 secs.
:build (Thread[main,5,main]) started.
:build
Skipping task ':build' as it has no actions.
:build UP-TO-DATE
:build (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:compileJava (Thread[main,5,main]) started.
:spashole-game:compileJava
Skipping task ':spashole-game:compileJava' as it has no source files.
:spashole-game:compileJava UP-TO-DATE
:spashole-game:compileJava (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:compileGroovy (Thread[main,5,main]) started.
:spashole-game:compileGroovy
Skipping task ':spashole-game:compileGroovy' as it is up-to-date (took 0.274 secs).
:spashole-game:compileGroovy UP-TO-DATE
:spashole-game:compileGroovy (Thread[main,5,main]) completed. Took 0.286 secs.
:spashole-game:processResources (Thread[main,5,main]) started.
:spashole-game:processResources
Skipping task ':spashole-game:processResources' as it is up-to-date (took 0.002 secs).
:spashole-game:processResources UP-TO-DATE
:spashole-game:processResources (Thread[main,5,main]) completed. Took 0.006 secs.
:spashole-game:classes (Thread[main,5,main]) started.
:spashole-game:classes
Skipping task ':spashole-game:classes' as it has no actions.
:spashole-game:classes UP-TO-DATE
:spashole-game:classes (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:jar (Thread[main,5,main]) started.
:spashole-game:jar
Skipping task ':spashole-game:jar' as task onlyIf is false.
:spashole-game:jar SKIPPED
:spashole-game:jar (Thread[main,5,main]) completed. Took 0.0 secs.
:spashole-game:assemble (Thread[main,5,main]) started.
:spashole-game:assemble
Skipping task ':spashole-game:assemble' as it has no actions.
:spashole-game:assemble UP-TO-DATE
:spashole-game:assemble (Thread[main,5,main]) completed. Took 0.0 secs.
:spashole-game:compileTestJava (Thread[main,5,main]) started.
:spashole-game:compileTestJava
Skipping task ':spashole-game:compileTestJava' as it has no source files.
:spashole-game:compileTestJava UP-TO-DATE
:spashole-game:compileTestJava (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:compileTestGroovy (Thread[main,5,main]) started.
:spashole-game:compileTestGroovy
file or directory '/tmp/Feed-the-space/spashole-game/src/test', not found
Skipping task ':spashole-game:compileTestGroovy' as it has no source files.
:spashole-game:compileTestGroovy UP-TO-DATE
:spashole-game:compileTestGroovy (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:processTestResources (Thread[main,5,main]) started.
:spashole-game:processTestResources
file or directory '/tmp/Feed-the-space/spashole-game/src/test/resources', not found
Skipping task ':spashole-game:processTestResources' as it has no source files.
:spashole-game:processTestResources UP-TO-DATE
:spashole-game:processTestResources (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:testClasses (Thread[main,5,main]) started.
:spashole-game:testClasses
Skipping task ':spashole-game:testClasses' as it has no actions.
:spashole-game:testClasses UP-TO-DATE
:spashole-game:testClasses (Thread[main,5,main]) completed. Took 0.001 secs.
:spashole-game:test (Thread[main,5,main]) started.
:spashole-game:test
file or directory '/tmp/Feed-the-space/spashole-game/build/classes/test', not found
Skipping task ':spashole-game:test' as it has no source files.
:spashole-game:test UP-TO-DATE
:spashole-game:test (Thread[main,5,main]) completed. Took 0.0 secs.
:spashole-game:check (Thread[main,5,main]) started.
:spashole-game:check
Skipping task ':spashole-game:check' as it has no actions.
:spashole-game:check UP-TO-DATE
:spashole-game:check (Thread[main,5,main]) completed. Took 0.0 secs.
:spashole-game:build (Thread[main,5,main]) started.
:spashole-game:build
Skipping task ':spashole-game:build' as it has no actions.
:spashole-game:build UP-TO-DATE
:spashole-game:build (Thread[main,5,main]) completed. Took 0.0 secs.
:spashole-game-tests:compileJava (Thread[main,5,main]) started.
:spashole-game-tests:compileJava
Skipping task ':spashole-game-tests:compileJava' as it has no source files.
:spashole-game-tests:compileJava UP-TO-DATE
:spashole-game-tests:compileJava (Thread[main,5,main]) completed. Took 0.0 secs.
:spashole-game-tests:compileGroovy (Thread[main,5,main]) started.
:spashole-game-tests:compileGroovy
Executing task ':spashole-game-tests:compileGroovy' (up-to-date check took 0.04 secs) due to:
No history is available.
Starting process 'Gradle Compiler Daemon 1'. Working directory: /tmp/Feed-the-space Command: /usr/lib/jvm/java-8-openjdk/bin/java -Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager -Dfile.encoding=UTF-8 -Duser.country=GB -Duser.language=en -Duser.variant -cp /home/someone/.gradle/caches/2.14.1/workerMain/gradle-worker.jar worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Compiler Daemon 1'
Successfully started process 'Gradle Compiler Daemon 1'
Started Gradle compiler daemon (0.424 secs) with fork options DaemonForkOptions{minHeapSize=null, maxHeapSize=null, jvmArgs=[], classpath=[/home/someone/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy-all/2.4.3/472f5124c90a551d7ac7ffa39a4a3ba36ac4586a/groovy-all-2.4.3.jar, /usr/share/java/gradle/lib/ant-1.9.6.jar, /usr/share/java/gradle/lib/ant-launcher-1.9.6.jar]}.
Executing org.gradle.api.internal.tasks.compile.ApiGroovyCompiler@1461aee in compiler daemon.
Compiling with JDK Java compiler API.
/tmp/Feed-the-space/spashole-game-tests/src/main/conversion7/spashole/tests/system/TestableClientCore.java:4: error: package conversion7.spashole.game does not exist
import conversion7.spashole.game.ClientCore;
^
/tmp/Feed-the-space/spashole-game-tests/src/main/conversion7/spashole/tests/system/TestableClientCore.java:7: error: cannot find symbol
public class TestableClientCore extends ClientCore {
^
symbol: class ClientCore
/tmp/Feed-the-space/spashole-game-tests/src/main/conversion7/spashole/tests/system/TestableClientCore.java:9: error: method does not override or implement a method from a supertype
@Override
^
/tmp/Feed-the-space/spashole-game-tests/src/main/conversion7/spashole/tests/system/TestableClientCore.java:11: error: cannot find symbol
return super.getArtemisOdbConfigBuilder().with(
^
symbol: variable super
location: class TestableClientCore
4 errors
startup failed:
Compilation failed; see the compiler error output for details.
1 error
Exception executing org.gradle.api.internal.tasks.compile.ApiGroovyCompiler@1461aee in compiler daemon: org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details..
:spashole-game-tests:compileGroovy FAILED
:spashole-game-tests:compileGroovy (Thread[main,5,main]) completed. Took 2.139 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spashole-game-tests:compileGroovy'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
BUILD FAILED
Total time: 7.559 secs
Stopped 1 compiler daemon(s).
build from root dir is not configured properly (game + tests). To build game jar run in spashole-game: gradle clean fatJar Then copy spashole-game jar from spashole-game/build/libs into spashole-game dir (or copy resources and properties into libs)