sbt
Best way for fingerprinting a Scala application
I\'m developing a Web application in Scala that we deploy in several testing environments. In order to control which software snapshot is ins开发者_Python百科talled, I\'d like to include a version fin[详细]
2023-04-04 10:06 分类:问答Adding and removing dependencies with SBT and Scala IDE
I\'ve been experimenting with SBT and the Scala IDE (Eclipse) and I\'m wondering - what\'s the standard workflow for adding and removing dependencies from your build.sbt file where the project\'s refe[详细]
2023-04-04 07:29 分类:问答Create Simple Project SBT 0.10.X
(This is a follow up to sbt not creating projects correctly. The question wasn\'t answered.) Basically, that question says \"I don\'t know how to create a project under the new sbt. With the old on[详细]
2023-04-04 03:44 分类:问答sbt to exclude source directory
How do I config build.sbt to exclude src/main/java d开发者_如何学运维irectory? I would like to put my Java sources there but I don\'t want to compile them. Also, can I exclude a file or group of files[详细]
2023-04-04 03:21 分类:问答Selectively include dependencies in JAR
I have a library that I wrote in Scala that uses Bouncy Castle and has a whole bunch of dependencies. When I roll a jar, I can either roll a \"fat\" jar that has all the dependencies (including scala)[详细]
2023-04-04 01:20 分类:问答Eclipse Jetty v8.0 JNDI DataSource not available in scala lift application
I use xsbt v.0.10.1, web plugin for it, lift v2.4-M4, Scala 2.9.1, Jetty 8.0.0.v20110901. In Boot.scala i add such code:[详细]
2023-04-03 23:34 分类:问答Collecting dependencies under sbt 0.10 (putting all dependency jars to target/scala-version/lib/)
I\'m using sbt 0.10 with Scala 2.9.1. I\'ve read http://groups.google.com/group/simple-build-tool/browse开发者_JS百科_thread/thread/792e5360877e78/987b6af687b8e33b?lnk=gst&q=collect+jars#987b6af6[详细]
2023-04-03 18:57 分类:问答Lifty with sbt 0.10
I am try to learn scala with lift. So i started setting up my development environment. After sbt i try install Lifty (i used this article as manual). But i have a problem with my sbt:[详细]
2023-04-03 10:35 分类:问答How can I manipulate the error messages that sbt outputs?
I want to make them more reada开发者_如何学Cble in the context of the common errors for our specific project - without actually recompiling sbt if that is even possible.[详细]
2023-04-02 17:07 分类:问答SBT + Lift - Not being able to build with sbteclipse
I just installed SBT 0.10.1. I\'m using Lift 2.4-M3 I can build with Scala 2.9.0-1 but when it tries to search for sbteclipse it just hangs:[详细]
2023-04-02 12:39 分类:问答