sbt
How do I run an sbt main class from the shell as normal command-line program?
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)?[详细]
2023-03-29 07:20 分类:问答SBT jetty webapp - files from src are not copied into target folder - can't view simple HTML files i placed there
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[详细]
2023-03-28 20:38 分类:问答Changing project layout in SBT 0.10.x
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:[详细]
2023-03-28 17:10 分类:问答xsbt 0.10.x using xsbt-web-plugin fails to find org.eclipse.jetty during build
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.[详细]
2023-03-28 15:58 分类:问答use sbt for generate a webapp with icefaces
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:[详细]
2023-03-28 07:07 分类:问答How do you prevent the classpath of subprojects to be included in the classpath of the top-level project?
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[详细]
2023-03-28 07:03 分类:问答sbt web plugin: Not a valid key: jetty-run (similar: jetty-port, jetty-context, run)
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[详细]
2023-03-28 04:40 分类:问答How to get sbteclipse working with Scala 2.9
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[详细]
2023-03-27 06:45 分类:问答How to execute tests that match a regular expression only?
In sbt 0.10.1, I frequently use test-only to narrow down the number of my tests. sbt> test-only com.example.MySpec[详细]
2023-03-26 19:16 分类:问答Is it possible to use SBT in a Java project with Hibernate and AspectJ?
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[详细]
2023-03-26 06:59 分类:问答