slachiewicz / caliper

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

Deploy caliper to a Maven Repository #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Caliper should be uploaded to a Maven Repository, so we could use in Maven 
projects.

For now, users should get the source, build and deploy it to local repository 
and it's problematic for CI and QA teams, ie when using Hudson / Jenkins CI.

Original issue reported on code.google.com by henri.gomez on 2 Feb 2011 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by jessewil...@google.com on 9 Feb 2011 at 5:01

GoogleCodeExporter commented 9 years ago
Uploaded Caliper snapshot into Sonatype repository.

Original comment by inder123 on 25 Feb 2011 at 8:54

GoogleCodeExporter commented 9 years ago
It's great that it's been uploaded to sonatype snapshots, but allocation 
instrumenter is still a missing dependency -- it would be great to have it 
there too, for completeness.

Original comment by dawid.weiss@gmail.com on 3 Mar 2011 at 1:05

GoogleCodeExporter commented 9 years ago
I created a bug on java allocation instrumenter project. See 
http://code.google.com/p/java-allocation-instrumenter/issues/detail?id=2

Unfortunately, I dont see any progress or response on this. Feel free to +1 
that bug or raise questions on the forums corresponding to that project.

Original comment by inder123 on 6 Mar 2011 at 10:50

GoogleCodeExporter commented 9 years ago
Oh, I thought it'd be easier for you to ping Jeremy Manson since he works at 
Google, but sure, I'll +1 on that issue in java allocation instrumenter, no 
problem.

Original comment by dawid.weiss@gmail.com on 7 Mar 2011 at 7:41

GoogleCodeExporter commented 9 years ago
The latest version in maven repos is very old and its transitive dependency 
gson 1.7-SNAPSHOT is not available.

Original comment by yar...@gmail.com on 14 Oct 2011 at 1:25

GoogleCodeExporter commented 9 years ago
Hi. There seems to be a problem with the caliper.jar in the sonatype repo. 
About a week ago it was not available, then it was available, and this week it 
disappeared again.

If you go to 
https://oss.sonatype.org/content/repositories/snapshots/com/google/code/caliper/
caliper/1.0-SNAPSHOT/ you'll see a bunch of metadata.xml files but no jar files.

Is there some kind of automated syncing that is deleting the jars? This doesn't 
seem intentional.

Original comment by stark.f...@gmail.com on 15 Jan 2012 at 5:56

GoogleCodeExporter commented 9 years ago
Yes, i agree with you. There's no jar files there.

In fact, 1.0-SNAPSHOT folder also not found. The metadata.xml files are found 
in 
https://oss.sonatype.org/content/repositories/snapshots/com/google/code/caliper/
caliper/ instead of 
https://oss.sonatype.org/content/repositories/snapshots/com/google/code/caliper/
caliper/

Where we should find the jar caliper jar file?

Original comment by hi100...@siswa.uthm.edu.my on 2 Mar 2012 at 3:02

GoogleCodeExporter commented 9 years ago
AFAIK. snapshots get deleted over time by Sonatype. The best way to address 
that is to release a 1.0 version of Caliper. For that, please convince the 
project owners.

Original comment by inder123 on 2 Mar 2012 at 7:25

GoogleCodeExporter commented 9 years ago
As announced on the list I already uploaded version 0.5-rc1. Let me know how 
that works.

Original comment by fry@google.com on 2 Mar 2012 at 12:47

GoogleCodeExporter commented 9 years ago
The group id has changed, however. I found 0.5-rc1, but under group id 
com.google.caliper instead of com.google.code.caliper. Not that I mind it, but 
people just changing the version won't find it.

Original comment by dcsob...@gmail.com on 2 Mar 2012 at 1:47

GoogleCodeExporter commented 9 years ago
Any chance a new version can be uploaded? It appears there's been a lot of 
development since 0.5-rc1.

Original comment by nsa...@gmail.com on 11 Feb 2013 at 10:14

GoogleCodeExporter commented 9 years ago
An alpha/beta/whatever release should be coming soon.

Original comment by gak@google.com on 11 Feb 2013 at 10:18

GoogleCodeExporter commented 9 years ago
Yes, please provide a current build via maven, as installation is quite messy 
with all those dependencies otherwise.

As 0.5 is quite old, may I suggest to reopen this bug?

My december caliper benchmarks don't work with the current version anymore, as 
everything seems to have changed since, and I can't quite figure out the proper 
way of invoking caliper anymore and get *readable* results. And the 
documentation has not been updated since; the webapp is also unusable for me, I 
only get "Failed. Click to refresh" there.

One of the unit tests fails for me, so I had to use -DskipTests=true

Original comment by erich.sc...@gmail.com on 31 Mar 2013 at 1:49

GoogleCodeExporter commented 9 years ago
So, I think what you're asking for is the release.  I had planned to do that 
last week, but a couple of bugs reared their heads.  Those are solved now, so 
I'm moving forward with the release process this week.

Original comment by gak@google.com on 1 Apr 2013 at 4:53