sbt
Configuring junitxml output for specs2 tests in sbt 0.10
How do I configure sbt 0.10 to use the junitxml option with specs2? The specs2 documentation says this is the way to do it using sbt 0.7.x:[详细]
2023-03-26 05:58 分类:问答InterruptedException thrown when running JavaFx 2.0 beta app from sbt 0.10.1
When trying to run a simple JavaFX 2.0 beta application written in Scala 2.8.1 from sbt 0.10.1 an exception is thrown after the application window is closed:[详细]
2023-03-25 21:49 分类:问答How to define tasks to run with hprof from sbt 0.10
How do I define \"run\" and \"test:run\" tasks to run with hprof on forked JVM. in build.sbt fork in run := true[详细]
2023-03-25 05:39 分类:问答How to change SBT's rules on generating URLs for Maven repositories?
By default, the Scala Built Tool (SBT) has a set of rules on how to generate URLs when looking up dependencies.For example, if I have the following build file,[详细]
2023-03-24 23:07 分类:问答Why is sbt current project name "default" in 0.10?
I\'m using sbt 0.10 to build a Scala project using just a build.sbt file instead of a full configuration.[详细]
2023-03-24 22:04 分类:问答Is sbt.boot.properties used in sbt 0.10+?
pre-sbt 0.10.0 used an sbt.boot.properties to define sbt\'s boot configuration file. What is the sbt 0.10开发者_如何转开发.0 \"way\" of defining boot properties?[详细]
2023-03-22 05:29 分类:问答SBT: which files to put under version control?
I created a Scala project with SBT, referencing ScalaTest. Now it has this tree: ├───lib ├───lib_managed[详细]
2023-03-20 22:53 分类:问答scalatest and SBT issue -- Class is not an accessible org.scalatest.Suite
Revision 5 of my code has an error when running the tests using SBT: https://www.assembla.com/code/opyate-scala-graph-fork-sbt/subversion/changesets/5[详细]
2023-03-20 14:53 分类:问答How to declare a project dependency in SBT 0.10?
I use SBT 0.10.0. How do I download/retrieve project depen开发者_StackOverflow中文版dencies? For example, for slf4s only this line is mentioned:[详细]
2023-03-20 06:37 分类:问答Circumflex initialisation code (or: how to integrate Squeryl)
I\'m开发者_Go百科 trying to use Squeryl with Circumflex. Squeryl requires some initialisation, but I\'m a bit left in the dark on where and how I should put that initialisation code.[详细]
2023-03-20 04:49 分类:问答