sbt
Multi Modular Project with SBT 0.11.0
Looking for exam开发者_JS百科ples / references of a multiple modular project with SBT 0.11.0. All the examples I found were for older versions of SBT.As others have mentioned, you should really look a[详细]
2023-04-12 23:20 分类:问答How to use a Scala IDE (Eclipse or NetBeans based) to develop a Scala Lift web application with SBT?
I\'ve switched to a plain text editor and console SBT from NetBeans becau开发者_如何转开发se the last was enforcing Ant and used to have some other troubles with Scala. Now, as I have to explore other[详细]
2023-04-12 16:56 分类:问答Creating SBT task to copy directories during compile?
I\'m new to the whole SBT and Scala scene and am trying to build a project that uses Java/Scala classes and Hibernate.I\'开发者_运维知识库m getting the project to build fine -- I just have to manually[详细]
2023-04-12 15:19 分类:问答Why can't Scala find org.apache.commons.lang package?
I want to use org.apache.commons.lang.NotImplementedException as it seems to be the only NotImple开发者_如何学运维mentedException implementation in Java/Scala domain. I can remember I used to use it w[详细]
2023-04-12 09:44 分类:问答Setting up sbt to use Java 7 for compilation?
I\'m getting compile errors when 开发者_StackOverflowrunning the compile task as the sources reference new classes in java.nio.file package that only appeared in Java 7.[详细]
2023-04-12 05:44 分类:问答How do I get the 'package' task in my project
In apparently the 0.7 format of sbt projects a user might create a project with the following information:[详细]
2023-04-12 02:36 分类:问答IntelliJ IDEA doesn't load Lift libraries from a SBT project
I\'ve created a blank project via sbt using the most basic guide, specifically: > cd xyz > sbt # here we create a new project w/ Scala 2.8.1[详细]
2023-04-11 23:09 分类:问答SBT: Start a command line 'run' of the main class of a non-default project
I am starting to use sbt build my Scala code (and handle dependencies). As far as I know if I use $ sbt run <args>[详细]
2023-04-11 08:53 分类:问答sbt is using "default" project instead of creating a new one
I\'ve just installed sbt on my Windows Vista machine, following the guide on github wiki, using a sbt.bat script containing[详细]
2023-04-11 03:53 分类:问答sbt, jetty and classpath
I\'m trying to use the SBT with the xsbt-web-plugin. Followed the instructions on the projects website but continue to get the following (sorry for the length)[详细]
2023-04-11 01:27 分类:问答