google / google/caliper

Failing to build in Mac OSX

Open
#322 4 comments 0 reactions 0 assignees View on GitHub
P3 type=defect
Dominant language
Java
Stars
818
Forks
112
Avg merge
12m
Merged PRs (30d)
5

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,>)
[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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.