sbt
Basic testing functionality in SBT
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[详细]
2023-03-10 17:09 分类:问答How can I get HBase to play nicely with sbt's dependency management?
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[详细]
2023-03-10 16:01 分类:问答Setting up actions for multiple test folders in SBT
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.[详细]
2023-03-10 07:42 分类:问答Setting up multiple test folders in a SBT project
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:[详细]
2023-03-09 19:11 分类:问答How to set SBT default log level to "warn"?
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?[详细]
2023-03-09 18:33 分类:问答sbt heapsize not enough?
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.[详细]
2023-03-08 07:33 分类:问答sbt: can i put the source of scala compiler plugin into a project that needs to be compiled using that plugin?
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[详细]
2023-03-07 17:46 分类:问答Passing JVM args to SBT
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.[详细]
2023-03-07 16:36 分类:问答Scalala Plotting: Compile Error
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[详细]
2023-03-07 16:22 分类:问答Running SBT as Daemon
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[详细]
2023-03-06 08:23 分类:问答