Top "Sbt" questions

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

How to run sbt-assembly tasks from within IntelliJ IDEA?

Is it possible to run sbt-assembly from within IntelliJ IDEA? Also I read in the doc that one could add …

intellij-idea sbt sbt-assembly
Using SBT from Scala IDE

The path from SBT to Scala-IDE is well described in many places: Start with an SBT project Add the SBT …

scala sbt scala-ide
SBT Assembly not working (not a valid command)

I have tried a lot of solutions that I could find related to this topic. Above all of them, sbt …

scala jar sbt sbt-assembly
How to use sbt from behind proxy - in windows 7?

I am trying to run SBT on Windows 7. To do so I followed the steps in the similar thread "How …

windows-7 sbt http-proxy
(run-main-0) java.lang.NoSuchMethodError

I got a problem when I used sbt to run a spark job, I have finish compile, but when I …

scala apache-spark sbt nosuchmethoderror
SBT is unable to find credentials when attempting to download from an Artifactory virtual repo

I'm trying to run SBT behind a corporate firewall. Another team has configured an Artifactory proxy. This proxy works fine …

scala sbt artifactory
How to compile tests with SBT without running them

Is there a way to build tests with SBT without running them? My own use case is to run static …

scala sbt build-tools
Scala Compiler not found in Intellij IDEA 11 with Play 2.0 project

I created a project using the typical play new, and then I used play idea to generate the .iml file. …

scala intellij-idea sbt playframework-2.0
How to have Eclipse recognize dependencies from SBT

I am trying to figure out how to make Eclipse recognize dependencies that are retrieved using SBT? SBT download the …

eclipse scala sbt sbteclipse
Out of Memory Error Using SBT When Executing Lift Project

I am using SBT 0.7.7. When I make a change to my Lift project and re-compile via: jetty-stop compile jetty-run I …

scala memory lift sbt