sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant.
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-ideaWhen 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-ideIm using spark (in java API) and require a single jar that can be pushed to the cluster, however the …
apache-spark jar sbt sbt-assemblyI have a multiproject SBT project, which looks like the example on SBT doc: import sbt._ import Keys._ object HelloBuild …
scala sbtIn 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.1I want a program I'm building to be able to report its own version at runtime (e.g. scala myprog.…
scala sbt scala-2.9I was wondering.. where do you put the application.conf file that configures actors in a file? I'm trying to …
scala sbt akkaWhat is the simplest way to package a Scala application for use on a desktop PC? I'm guessing that would …
deployment scala jar packaging sbtI 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.1Adding 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