How do I create a simple unit test for my application using SBT\'s test feature? I\'m hoping the answer is that I can write a single file in src/test/scala for my project that imports some special te
I\'m trying to get an sbt project going which uses CDH3\'s Hadoop and HBase. I\'m trying to using a project/build/Project.scala file to declare dependencies on HBase and Hadoop.(I\'ll admit my grasp o
In relation to a previous question, I\'d like to have multiple test folders for different types of test and be able to execute the tests contained in each folder with a separate SBT action.
We\'d like to set up our SBT project so that we have multip开发者_如何学Cle test folders as opposed to one. So we\'d like to see:
default SBT log level is info (see http://code.google.com/p/simple-build-tool/wiki/RunningSbt). How do I set it to warn as the default?
When i try to compile scalala i get a OutOfMemoryError: > compile [info] [info] == compile == [info]Source analysis: 127 new/modified, 0 indirectly invalidated, 0 removed.
i\'m writing my own scala compiler plugin and using sbt to build the project. is it possible to put the source of that plugin in the same proj开发者_Python百科ect that needs to be compiled using that
My SBT build is echoing: [error] Note: Some input files use unchecked or unsafe operations. [error] Note: Recompile with -Xlin开发者_C百科t:unchecked for details.
I\'m trying to implement the answer to this question: https://stackoverflow.com/questions/3704647/can-you-recommend-a-charting-library-for-scala/3704974#3704974
I have an SBT scala application that runs fine using \"sbt run\". However, this locks up the console, and I\'d rather start it as a service/daemon so that I can use the console, and also so that I can