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

unidoc compile issue #742

Closed
ghost opened this issue Feb 18, 2016 · 1 comment
Closed

unidoc compile issue #742

ghost opened this issue Feb 18, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 18, 2016

Hi,

I am getting the below error while running sbt unidoc:

/Users/dhavalkolapkar/Documents/Workspace/Kamanja/trunk/EnvContexts/SimpleEnvContextImpl/src/main/scala/com/ligadata/SimpleEnvContextImpl/SimpleEnvContextImpl.scala:2105: type mismatch;
[error]  found   : (com.ligadata.KvBase.Key, com.ligadata.KvBase.Value) => Unit
[error]  required: (com.ligadata.StorageBase.Key, com.ligadata.StorageBase.Value) => Unit
[error]         dataStore.get(containerName, callbackFunction)
[error]                                      ^
[error] /Users/dhavalkolapkar/Documents/Workspace/Kamanja/trunk/EnvContexts/SimpleEnvContextImpl/src/main/scala/com/ligadata/SimpleEnvContextImpl/SimpleEnvContextImpl.scala:2154: overloaded method value get with alternatives:
[error]   (containerName: String,bucketKeys: Array[Array[String]],callbackFunction: (com.ligadata.StorageBase.Key, com.ligadata.StorageBase.Value) => Unit)Unit <and>

I have 15 sub projects and my build.sbt contains:

lazy val commonSettings = Seq(
  scalaVersion := "2.11.4",
  autoAPIMappings in unidoc := true
)

val root = (project in file(".")).settings(commonSettings: _*).
  settings(unidocSettings: _*).
  aggregate(<subprojects>)

@muuki88
Copy link
Contributor

muuki88 commented Feb 21, 2016

Thanks for your bug report. I'm afraid this has nothing to do with sbt-native-packager, but a compile error in your application.

@muuki88 muuki88 closed this as completed Feb 21, 2016
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