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

Cannot "dependOn" a project that "dependOn" another project #36

Open
l15k4 opened this issue Apr 12, 2017 · 0 comments
Open

Cannot "dependOn" a project that "dependOn" another project #36

l15k4 opened this issue Apr 12, 2017 · 0 comments

Comments

@l15k4
Copy link

l15k4 commented Apr 12, 2017

Hey,

if you try to open this project https://github.com/GlobalWebIndex/storage-partitioner in sbt, you end up with :

net.globalwebindex#sbt-common;0.0.2+20170413-0858: not found

when this project is being built :
https://github.com/GlobalWebIndex/storage-partitioner/blob/master/build.sbt#L33

it only happens because https://github.com/GlobalWebIndex/druid4s.git itself depends on :
https://github.com/GlobalWebIndex/druid4s/blob/master/build.sbt#L15

So, the point is that when : A dependsOn B & B dependsOn C then sbt-dynver sees a local change in a working tree of project B for some reason unknown to me. Not sure what SBT is doing.

@l15k4 l15k4 changed the title Non-deterministic behavior Cannot "dependOn" a project that "dependOn" another project Apr 13, 2017
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

1 participant