See 
<https://builds.apache.org/job/Torque4-trunk/org.apache.torque$torque-runtime/584/display/redirect?page=changes>

Changes:

[tv] Practice Java 8

------------------------------------------
[INFO] 
[INFO] ------------------< org.apache.torque:torque-runtime >------------------
[INFO] Building Torque Runtime 4.1-SNAPSHOT                               [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs-core/2.2/commons-jcs-core-2.2.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs-core/2.2/commons-jcs-core-2.2.pom
 (6.1 kB at 362 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs/2.2/commons-jcs-2.2.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs/2.2/commons-jcs-2.2.pom
 (19 kB at 1.2 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-testcontainer/1.0.7/fulcrum-testcontainer-1.0.7.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-testcontainer/1.0.7/fulcrum-testcontainer-1.0.7.pom
 (4.4 kB at 243 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/turbine/turbine-parent/3/turbine-parent-3.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/turbine/turbine-parent/3/turbine-parent-3.pom
 (20 kB at 977 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-yaafi/1.0.6/fulcrum-yaafi-1.0.6.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-yaafi/1.0.6/fulcrum-yaafi-1.0.6.pom
 (3.1 kB at 161 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-parent/1/fulcrum-parent-1.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-parent/1/fulcrum-parent-1.pom
 (19 kB at 1.1 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom
 (1.0 kB at 72 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs-core/2.2/commons-jcs-core-2.2.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-testcontainer/1.0.7/fulcrum-testcontainer-1.0.7.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-yaafi/1.0.6/fulcrum-yaafi-1.0.6.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-testcontainer/1.0.7/fulcrum-testcontainer-1.0.7.jar
 (16 kB at 910 kB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-yaafi/1.0.6/fulcrum-yaafi-1.0.6.jar
 (130 kB at 5.2 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs-core/2.2/commons-jcs-core-2.2.jar
 (535 kB at 9.4 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar
 (1.5 MB at 12 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ torque-runtime ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ torque-runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
torque-runtime ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Torque4-trunk/org.apache.torque$torque-runtime/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ 
torque-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 119 source files to 
<https://builds.apache.org/job/Torque4-trunk/org.apache.torque$torque-runtime/ws/target/classes>
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to 
get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/Torque4-trunk/org.apache.torque$torque-runtime/ws/src/main/java/org/apache/torque/TorqueInstance.java>:[860,35]
 incompatible types: invalid method reference
    method dispose in class org.apache.torque.manager.AbstractBaseManager<T> 
cannot be applied to given types
      required: no arguments
      found: org.apache.torque.manager.AbstractBaseManager<?>
      reason: actual and formal argument lists differ in length
[ERROR] 
<https://builds.apache.org/job/Torque4-trunk/org.apache.torque$torque-runtime/ws/src/main/java/org/apache/torque/TorqueInstance.java>:[860,54]
 invalid method reference
  non-static method dispose() cannot be referenced from a static context
[INFO] 2 errors 
[INFO] -------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to