A relaxed chat room about sbt (That interactive build tool). For getting help on sbt, we encourage people to document it on Stackoverflow or subscribing to Lightbend subscription.
> name
[info] orientdb-flow
> projects
[info] In file:/Users/alexanderray/Developer/orientdb-flow/
[info] * root
[info] scalaJS
[info] sharedJSJS
[info] sharedJSJVM
[info] web
[info] In git://github.com/springnz/orientdb-migrations.git
[info] orientdb-migrations
> project web
[info] Set current project to web (in build file:...)
> name
[info] web
[web] $ project scalaJS
[info] Set current project to scalaJS (in build file:...)
> name
[info] scalaJS
>
npmPackageTask
to NOT run when I’m running tests? unmanagedResourceDirectories in Compile += baseDirectory.value / "target/npm",
(unmanagedResources in Compile) <<= (unmanagedResources in Compile) dependsOn npmPackageTask
logLevel
in the sbt console:[aergo-server] $ set logLevel := Level.Debug
<set>:0: error: not found: object $bfd4e95bb7ae5994eeea
import $bfd4e95bb7ae5994eeea.aergo$minusserver
^
[error] Type error in expression
I checked out git@github.com:twitter/scalding.git and ran "sbt package". I can see only a build for 2.11 though, it should cross compile to 2.11 and 2.10. Any suggestion?
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.6", "2.11.7"),