(Relative beginner here, please be gentle...) I\'ve got a Scala program that I can build with sbt. I can (from within sbt) run compile and test-compile with no errors. I\'ve defined a package by putt
SBT has triggered execution so if I execute a command like ~test It executes all test cases and then waits for source changes. I want to extend this behavior to get triggered execution whenever inp
I currently experimenting with different lightweight text editors for Scala development. jEdit seems to enable the user to make 开发者_运维技巧many tweaks. However, I\'m currently having a problem wit
I\'ve built a (command-line) application in Scala that I want to distribute as a standalone JAR. I\'m building it with sbt:
I am using SBT as my build tool for building a Scala project. My problem is, I can\'t configure SBT to download dependencies to my user home directory. Therefore I am looking for a per-user or even b
Using the ~run command sbt will re-run an executable target for me whenever a source file changes.This is nice, but if the target is a long-running server process, sbt is suspended until the child ter
Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest开发者_如何
What is the simplest way to package a Scala application for use on a desktop PC? I\'m guessing that would be in the form of a jar file.
As you know, SBT is compatible with Maven in some way -- SBT recognizes simple Maven POMs and can use dependencies and repositories specified in them. However, SBT wiki says that, if inline dependency
I am quite frustrated with sbt and pk11/steps (Why are these things never work out of the box f开发者_运维百科or me?)