Examples don't build in current master

73 views
Skip to first unread message

Benson Margulies

unread,
Nov 13, 2013, 7:33:02 PM11/13/13
to cal...@googlegroups.com
I just cloned, and ran a build (mvn install) in 'caliper', and then tried the same thing in 'examples'. There's an error that I think is just a simple mismatch of version (missing a '-beta').

[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] ------------------------------------------------------------------------
[INFO] Total time: 0.357s
[INFO] Finished at: Wed Nov 13 19:32:23 EST 2013
[INFO] Final Memory: 4M/16M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project caliper-examples: Could not resolve dependencies for project com.google.caliper:caliper-examples:jar:1.0-beta-SNAPSHOT: Failure to find com.google.caliper:caliper:jar:1.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced -> [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:

Gregory Kick

unread,
Nov 14, 2013, 4:34:37 PM11/14/13
to cal...@googlegroups.com
Thanks for the report.  Would you mind filing a bug at https://code.google.com/p/caliper/issues?


--
--
guava-...@googlegroups.com
Project site: http://caliper.googlecode.com
This group: http://groups.google.com/group/caliper
 
This list is for general discussion.
To report an issue: http://code.google.com/p/caliper/issues/entry
To get help: http://stackoverflow.com/questions/ask (use the tag "caliper")
 
---
You received this message because you are subscribed to the Google Groups "caliper" group.
To unsubscribe from this group and stop receiving emails from it, send an email to caliper+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
Greg Kick
Java Core Libraries Team

Jacob Baungard Hansen

unread,
Oct 17, 2014, 5:29:22 AM10/17/14
to cal...@googlegroups.com
This is a simple nameingissue, the dependency just have to be renamed into:

    <dependency>
     
<groupId>com.google.caliper</groupId>
     
<artifactId>caliper</artifactId>
     
<version>1.0-beta-SNAPSHOT</version>
   
</dependency>


I attempted to submit a fix, but do not think I have rights to push to the repo.
Reply all
Reply to author
Forward
0 new messages