When building a web application SBT is able to collect all my jar dependencies into the WAR file. Is this possible to have SBT put all 开发者_如何学Pythonthe jars I depend on in my non-web applicatio
Following on from this question on running sbt tests in a broken build, how can I enhance the just-test action below so that it has similar functionality to test-only.I.e. just-test-only *SomeTest开发
i cre开发者_JAVA技巧ated a project by using this: https://github.com/gseitz/android-sbt-project.g8
Just getting started w开发者_Go百科ith SBT, and I would like to setup it up to always get sources for dependencies it downloads. Having to add to remember to type withSources() for every dependency de
I have just started with Scala and am trying to setup the Simple Build Tool (SBT). Having followed all the instructions for running in cygwin I have it up and running but am experiencing one strange b
I\'m currently using IDEA\'s build mechanism with fsc for developing with Scala. It\'s still a bit slow and having to (re) start the compilation server is a pain. Many people here are suggesting SBT a
I came across this code: impor开发者_运维问答t sbt._ class AProject(info: ProjectInfo) extends DefaultProject(info) {
I am using scalate as my view templates, and sbt + jrebel. But I found if the classes imported to scalate has been modified, we have to restart jetty, or there may be complication errors.
I have an SBT/Scala project and logback seems to work, but totally ignores my logback.xml config file.I have placed at src/main/scala/logback.xml. It doesn\'t do anything.
I can\'t seem to find any details of how the mainClass option works in the build configuration of sbt. You specify the name of a class to use when you invo开发者_StackOverflow中文版ke the run action,