How can I run an sbt app from the shell, so that I can run my app as a normal command-line program (as if run directly via scala but without having to set up an enormous classpath)?
well, I\'m a newbie to both SBT and Scala, and I\'m trying to create a simple web app. right now I\'m struggling to get some simple HTML files to show on http://localhost:8080
I feel like an idiot, but I am n开发者_如何学Pythonot able to change my project layout with SBT 0.10.x. In my sbt 0.7.x project I added the lines:
This used to work with sbt 0.7 using a web plugin. I\'m only trying to compile a servlet, but a standalone embedded jetty would be fine as well.
I\'m new to sbt and I will generate a web application with jsf 2.0 mojarra and icefaces, but i don\'t know how to build the buil开发者_开发知识库d.sbt. I try things like this:
I inherited a project that has a number of subprojects. During development, you can start the actual product by calling run on the top-level project. However, for running the product, you don\'t need
I\'m trying to set up a scala sbt project with the lift web framework. I\'m using scala 2.9.0-1 sbt 0.10.1
I am playing with the spray template project and Scala 2.9.0.1. I want to work with Eclipse and so I\'ve added the following lines to the build.sbt file
In sbt 0.10.1, I frequently use test-only to narrow down the number of my tests. sbt> test-only com.example.MySpec
What would I need to configure and what would automatically work? As far as I understand using both can be a bit tricky, because both use bytecode weaving. Can I keep using the more convenient configu