sbt
getting started with SBT for lift
I am a complete newbie to SBT and scala world. I wanna create a lift application and while exploring on how to do it i stumbled everywhere that i must use SBT. So i went to the github wiki page and fo[详细]
2023-04-01 12:55 分类:问答Scala SBT: possible bug?
When I \"sbt run\" the following code, package com.example import java.io.ObjectInputStream import java.io.ObjectOutputStream[详细]
2023-04-01 10:09 分类:问答SBT: libraryDependencies missing from classpath of jetty-run
I have set up a webapp project with sbt 0.10.1. One of the library dependencies is Jersey. My build.sbt file looks as follows:[详细]
2023-03-31 17:18 分类:问答How can I get complete stacktraces for exceptions thrown in tests when using sbt and testng?
The stacktraces are truncated - e.g. th开发者_如何学Goey end with [info]... Using last or changing traceLevel doesn\'t help - it simply prints the complete stacktrace of the sbt wrapper.[详细]
2023-03-31 10:11 分类:问答Is it possible to reference a project with a different SBT version?
I have my project (just for experiments with sbt) which is based on sbt 0.10. And another one which I want to use as a dependency. It is sbt 0.7 based.[详细]
2023-03-31 08:22 分类:问答SBT 0.7.7 or 0.10.1 for wicket webapp project using jetty for dev
I\'m new to Scala and wanting to develop a simple little Scala Wicket webapp to try it out. I would like to use Jetty as the server for my dev purposes and SBT as the build tool (definitely not maven[详细]
2023-03-31 02:23 分类:问答SBT 0.10.0/0.10.11 -- Potentially incompatible versions specified
I\'m getting an error when running SBT, which I don\'t know where it originates from: [info] Set current project to root (in build file:/home/dcs/.sbt/plugins/)[详细]
2023-03-30 19:59 分类:问答Getting a stack trace from SBT with Scala
Context: Writing Scala unit-tests in a project managed by SBT. When I execute sbt test to run my unit-tests an assert fails somewhere in my code, I get something like the following (and nothing more)[详细]
2023-03-30 14:44 分类:问答SBT doesn't see Java classes
This is how my directories tree looks like: src/main/ --- java (some .java files) - scala (subdirectories with .scala files)[详细]
2023-03-30 14:00 分类:问答How can I pass JVM options to SBT to use when running the app or test cases?
I would like to specify JVM options when running my app or the tests for the app through SBT. Specifically, I need to be able to give the JVM the -Djava.security.policy parameter so that my policy is[详细]
2023-03-29 12:43 分类:问答