I want the test-compile action to put the contents of src/test/resources into target/scala_2.8.1/test-classes.
Specifically, for a Scalatra project, but the question probably applies to most. For example, I typically want to run:
I\'m coming from a PHP/Python/Javascript background, and recently became very interested in Scala - specifically Akka coming from the web standpoint.
As far as I understand, current SBT release runs with Scala 2.7. When is it expected to mig开发者_Python百科rate to Scala 2.8.1 (or a successor)?I think 0.9 will be based on 2.8.1.I don\'t know when i
Aren\'t Scala 2.8.1 compiler, applications built with it, Sbt开发者_运维百科 1.7.4/1.7.5RC and Scala 2.7.7 (needed to run Sbt) known to have any problems running with a current alpha of OpenJDK 7?Ther
That is funny but my project configuration does everything to generate executable jar except adding my project classes to final jar:
My goal is to reduce Scala compilation times. I\'m using Intellij IDEA 10 with Scala 2.8.1-RC1. I\'ve read that using SBT will reduce compilation times because it is clever about re-building only the
Where have I gone wrong with this SBT project configuration? I have a parent project A, with subprojects B1 and B2, and B2 depends on project B1.
I am using cygwin 1.77 on windows vista. I\'m facing problems with the output from sbt in the shell. Some relevant environment vars:
I\'m trying to get sbt running using the fish shell. #!/usr/local/bin/fish java -Xmx512M -jar (dirname (status -f))/sbt-launch-0.7.4.jar \"$argv\"