Is there a way to tell sbt to package all needed libraries (scala-libr开发者_运维技巧ary.jar) into the main package, so it is stand-alone? (static?)Edit 2011:
Currently my whole work cycle is: edit foo.scala fsc foo.scala && scala -cp . FooMain But my project is getting bigger and I would like to split files, make unit tests, etc.
I\'m currently using SBT to manage my Lift project. I\'d like to deploy it, but when I run \'sbt package\' it produces a 60MB war file. This seems pretty large - are there ways I 开发者_Python百科coul
I\'m starting with Scala + Android (and using the sbt android plugin). I\'m trying to wire a button action to a button without the activity implementing View.OnClickListener.
I\'ve used sbt to create a project, co开发者_如何学Cnfigured it thusly: val scalatest = \"org.scala-tools.testing\" % \"scalatest\" % \"0.9.5\" % \"test\"
Hello I am working with the Kate editor based on the lack of other good tools for Scala development, I am also using IntelliJ however it still has some bugs, and are slow enough to make me impatient.
I\'m working on a project using Scala running Selenium tests as part of a continuous integration process. Hudson displays very helpful information based on the results in the surefire reports but I wo
I\'m using the x开发者_StackOverflowsbt 0.6.10 launcher. I would like the ivy files and jar files to be downloaded under a different directory. What is the best way to do this?With sbt 0.6.12, this ca
For a project with modules in Scala and Java (side by side), how to combine scaladoc with javadoc to provide a single view of the document开发者_如何学Pythonation for the project?
I have a Scala project th开发者_如何转开发at I\'m using SBT and Specs on. When I run sbt test, it correctly runs my tests, but a failing test results in a huge stack trace.