Skip to content
Failed

Console Output

<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Denizen/workspace/pom.xml clean install javadoc:javadoc
[INFO] Scanning for projects...
[HUDSON] Collecting dependencies info
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Denizen 0.9.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ denizen ---
[INFO] Compiling 387 source files to /var/lib/jenkins/jobs/Denizen/workspace/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java:[320,37] sun.reflect.Reflection is Sun proprietary API and may be removed in a future release
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/src/main/java/net/aufdemrand/denizen/scripts/commands/core/DefineCommand.java:[52,72] boolean cannot be dereferenced
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.003s
[INFO] Finished at: Wed Aug 20 08:09:23 EDT 2014
[INFO] Final Memory: 20M/209M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project denizen: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java:[320,37] sun.reflect.Reflection is Sun proprietary API and may be removed in a future release
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/src/main/java/net/aufdemrand/denizen/scripts/commands/core/DefineCommand.java:[52,72] boolean cannot be dereferenced
[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