Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding cassovary as dependency does not work #145

Closed
bartekkalinka opened this issue Feb 1, 2015 · 1 comment
Closed

Adding cassovary as dependency does not work #145

bartekkalinka opened this issue Feb 1, 2015 · 1 comment

Comments

@bartekkalinka
Copy link
Contributor

When adding cassovary as dependency in another project (according to Readme):
libraryDependencies += "com.twitter" %% "cassovary" % "4.0.0"
in build.sbt
I get compile error "object cassovary is not a member of package com.twitter".

I checked cassovary jar in Ivy repository cache and it does not contain any classes (just metainf directory). It's the same, when I compile cassovary with sbt package - jar in target directory is empty, and there's no classes in main target directory.

Workaround is:
libraryDependencies += "com.twitter" %% "cassovary-core" % "4.0.0"

Should we modify Readme or fix the build to match Readme?

@pankajgupta
Copy link
Contributor

that's a bug in README. Yes, please fix README. thanks

bartekkalinka added a commit to bartekkalinka/cassovary that referenced this issue Feb 1, 2015
pankajgupta added a commit that referenced this issue Feb 2, 2015
bmckown pushed a commit to bmckown/cassovary that referenced this issue Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants