I like the colours sbt produces but I would like to change them (blue on black 开发者_运维知识库doesn\'t work well for me).
RegEx guru wanted: I want to strip library names in packaging an sbt project. Namely if my dependency is called
I launched this shell from sbt with the \"console-project\" command. scala> settings <console>:24: error: reference to settings is ambiguous;
I am a very new bie for scala. So I download the source code AKKA and install the plugin for ec开发者_StackOverflow中文版lipse (2.7.7 final). When I open the project, it shows 29 compile errors. I kno
I am trying to setup SBT to compile an existing project which does not use the maven directory structure.I am using the full configuration and have set my javaSource & resourceDirectory settings a
So sbt (0.10) produces the weirdest errors when I try to create a project that has any kind of configuration, not even copying the wiki examples works…
I want to view the source code of akka, and it seems using the 0.7.x version of sbt. I transform the project configuration to the 0.10.x version. When i add sbteclipse in the libraray-dependencies and
This is a bit weird, I\'ve got IntelliJ IDEA 10, a fairly recent Scala plugin on it and sbt 0.7.7. I\'ve been using the same setup on the same project for a while and syntax highlighting worked perfec
I\'ve got an XML file that I need to read from the classpath in order to load some test data for my project with DBUnit when running a custom runTask in SBT.
I\'m using SBT 0.10.0 to compile a combination of Java and Scala files. When I run the program through sbt run it returns a nonzero error but doesn\'t show me a stacktrace -- it simply fails silently