Top "Sbt" questions

sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant.

How do I get Intellij IDEA 12.0 to work with Play Framework 2.1.0 app and Scala 2.10.0?

So I've been trying to get IDEA 12.0 to work with Play 2.1.0 and Scala 2.10.0. I've just about given up because it's …

scala intellij-idea sbt playframework-2.1 sbt-idea
Object spark is not a member of package org

When importing the following in Eclipse Scala-IDE import org.apache.spark.SparkContext import org.apache.spark.SparkContext._ I get this …

scala apache-spark sbt scala-ide
SBT assembly jar exclusion

Im using spark (in java API) and require a single jar that can be pushed to the cluster, however the …

apache-spark jar sbt sbt-assembly
How to disable package and publish tasks for root aggregate module in multi-module build?

I have a multiproject SBT project, which looks like the example on SBT doc: import sbt._ import Keys._ object HelloBuild …

scala sbt
IllegalStateException: impossible to get artifacts when data has not been loaded for Guava 12.0?

In a Java Play 2.1.1 app I get the following error: [myproject] $ update [info] Updating {file:/C:/path/myproject/}myproject... [info] …

sbt ivy playframework-2.1
SBT including the version number in a program

I want a program I'm building to be able to report its own version at runtime (e.g. scala myprog.…

scala sbt scala-2.9
application.conf for Scala SBT Akka Actors

I was wondering.. where do you put the application.conf file that configures actors in a file? I'm trying to …

scala sbt akka
Packaging and Deploying Scala Applications

What is the simplest way to package a Scala application for use on a desktop PC? I'm guessing that would …

deployment scala jar packaging sbt
How do I specify a config file with sbt 0.12.2 for sbt test?

I have a Play! project with unit tests and I am trying to run tests on my staging environment using …

playframework playframework-2.0 sbt playframework-2.1
How to disable ScalaDoc generation in dist task in Play 2.2.x (using project/build.scala)?

Adding the following settings to the build.sbt file of a Play 2.2.x app does not disable Scaladoc generation. How …

sbt playframework-2.2 sbt-native-packager scaladoc