Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Readme document issues #8

Open
vnicolici opened this issue May 19, 2013 · 1 comment
Open

Readme document issues #8

vnicolici opened this issue May 19, 2013 · 1 comment

Comments

@vnicolici
Copy link

val twttr = "Twitter's Repository" at "http://maven.twttr.com/"
val cassie = "com.twitter" % "cassie" % "0.19.0"

then later:

val cluster = new Cluster("host1,host2", OstrichStatsReceiver)

This doesn't work because:

  • 0.19.0 and its dependencies do not contain a "OstrichStatsReceiver" class (I had to use 0.20.0)
  • the correct syntax would be
val cluster = new Cluster("host1,host2", new OstrichStatsReceiver)

(the "new" keyword is missing in the example)

And since we're here, I see that the current source version is 0.25.0-SNAPSHOT . But the twitter repository at http://maven.twttr.com/com/twitter/cassie/ only contains the versions up to 0.20.0 , and according to the other open issues the sources do not compile outside the twitter environment.

Not good.

@boazavital
Copy link

Thanks for opening an issue.

the twitter repository at http://maven.twttr.com/com/twitter/cassie/ only contains the versions up to 0.20.0

We've stopped publishing the parent cassie pom, but the subprojects have more recent versions. Cassie-core artifacts are here http://maven.twttr.com/com/twitter/cassie-core/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants