On Fri, 2016-07-15 at 17:12 +0200, Cédric Champeau wrote: > […] > I'm just doing this: > > JAVA_HOME=/opt/jdk1.9.0-jigsaw gw -Dscan --continue --parallel test > > Are you sure you are using the jigsaw build of JDK 9?
I find that: ./gradlew clean && ./gradlew --parallel install results in an error very early on: … :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.6 warning: [options] source value 1.6 is obsolete and will be removed in a future release warning: [options] target value 1.6 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 4 warnings FAILURE: Build failed with an exception. * What went wrong: Failed to capture snapshot of output files for task 'compileJava' property 'destinationDir' during up-to-date check. > Could not add entry > '/home/users/russel/Repositories/Git/Groovy/target/classes/main/org/codehaus/groovy/tools/javac/JavacJavaCompiler$1.class' > to cache fileHashes.bin > (/home/users/russel/Repositories/Git/Groovy/.gradle/3.0-20160715000024+0000/taskArtifacts/fileHashes.bin). * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:[email protected] 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
signature.asc
Description: This is a digitally signed message part
