-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
I have been running into an issue by following the instructions to build here. I'm on Mac OSX 10.9.5, using java 1.8.0_71, maven 3.2.5. When I call
mvn eclipse:configure-workspace eclipse:eclipse install
to build, I get the following error
goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project caliper: Compilation failure: Compilation failure:
[ERROR] ./caliper/caliper/src/main/java/com/google/caliper/runner/ExperimentingCaliperRun.java:[225,18] cannot find symbol
[ERROR] symbol: method transformAsync(com.google.common.util.concurrent.ListenableFuture<capture#1 of ?>,<anonymous com.google.common.util.concurrent.AsyncFunction<java.lang.Object,com.google.caliper.runner.TrialResult>>)
[ERROR] location: class com.google.common.util.concurrent.Futures
I suspect this has something to do with the upgrade to Guava, but I'm familiar with any of these tools enough to make a strict conclusion.