Depending on multi-module projects using RootProject syntax

50 views
Skip to first unread message

Reuben Doetsch

unread,
Dec 17, 2012, 11:35:40 AM12/17/12
to simple-b...@googlegroups.com
I am working on an update to a scala library (dispatch reboot) and want to use my version in testing. What I would like to do is something like this:

 lazy val newDispatch = RootProject(uri("git://github.com/hjast/reboot.git"))


  lazy val util = Project(
    id = "util",
    base = file("util"),
    settings = buildSettings("sportaneous-util")
    )
  ) dependsOn ( newDispatch)

I use this approach with a version of scala time we are using. The problem is that since dispatch is a multi module project it seems this approach is not working. I really don't want to have to do a clone and publish local for all developers to test out. Does anyone have a solution to this / is this a bug?

Errors when depending on the multi module project

The url for my dispatch is https://github.com/hjast/reboot

[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] ::          UNRESOLVED DEPENDENCIES         ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: default#default-e95fe1_2.9.2;0.1-SNAPSHOT: not found
[warn] :: net.databinder.dispatch#dispatch-all_2.9.2;0.9.4-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

Thanks in advance,

Reuben

Reply all
Reply to author
Forward
0 new messages