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
When I \"sbt run\" the following code, package com.example import java.io.ObjectInputStream import java.io.ObjectOutputStream
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:
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.
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.
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
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/)
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)
This is how my directories tree looks like: src/main/ --- java (some .java files) - scala (subdirectories with .scala files)
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