We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to start scct-sbt with scala 2.9.2, sbt 0.12. I put
scct-sbt
resolvers += Classpaths.typesafeResolver resolvers += "scct-github-repository" at "http://mtkopone.github.com/scct/maven-repo" addSbtPlugin("reaktor" % "sbt-scct" % "0.2-SNAPSHOT")
Resolving was ok - sbt downloaded both scct and scct-sbt and they are added to classpath:
scct
[debug] /Users/grrrl/projects/<...>/project/target/scala-2.9.2/sbt-0.12/classes:/Users/grrrl/.ivy2/cache/scala_2.9.2/sbt_0.12/reaktor/sbt-scct/jars/sbt-scct-0.2-SNAPSHOT.jar:/Users/grrrl/.ivy2/cache/reaktor/scct_2.9.2/jars/scct_2.9.2-0.2-SNAPSHOT.jar:
But loading Build.scala fails with "not found" error for class ScctPlugin:
[error] /Users/grrrl/projects/<...>/project/NavyBuild.scala:35: not found: value ScctPlugin [error] .settings (ScctPlugin.instrumentSettings: _*) [error] ^
The text was updated successfully, but these errors were encountered:
Seeing the same issue for me as well.
Sorry, something went wrong.
I had the same issue. My Build.scala file has package statement. I removed the package and it is solved!
No branches or pull requests
I tried to start
scct-sbt
with scala 2.9.2, sbt 0.12. I putResolving was ok - sbt downloaded both
scct
andscct-sbt
and they are added to classpath:But loading Build.scala fails with "not found" error for class ScctPlugin:
The text was updated successfully, but these errors were encountered: