Aexyn / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Examples doesn't compile #301

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout from head
2. build caliper (mvn compile)
3. build examples (mvn compile)

What is the expected output? What do you see instead?

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

This is what I see instead

[INFO] ------------------------------------------------------------------------
[INFO] Building Caliper Examples 1.0-beta-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.google.caliper:caliper:jar:1.0-SNAPSHOT is missing, 
no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

What version of the product are you using? On what operating system?
Ubuntu 14.04. commit 9788e7ea2f984a7b9760e1b1d7d7eae7d7b50cdc

Please provide any additional information below.

Attached a patch to fix the issue.

Original issue reported on code.google.com by azarat.j...@gmail.com on 17 Oct 2014 at 9:38

Attachments:

GoogleCodeExporter commented 9 years ago
This should be fixed in 
https://code.google.com/p/caliper/source/detail?r=042fc58723819d7e8ca58fa91e86a3
63c9cf5a28.

Original comment by cgdecker@google.com on 4 Feb 2015 at 8:26