sbt
How to minify Javascript if you use SBT 0.10 or later
How do you minify or obfuscate your Javascript files, if you build your Scala projects with Simple Build Tool (SBT) 0.10.x?[详细]
2023-04-09 18:38 分类:问答How to make app resources accessible to sbt console initialCommands?
I\'m using sbt 0.11 and Scala 2.9.1 (which appears to evaluate REPL lines in the same thread).In my build.sbt I have:[详细]
2023-04-09 11:07 分类:问答Installing Scala 2.9.1/Lift 2.4-M4 using sbt 0.11.0
I am learning to do web development in Scala. currently trying to install the newest version of Scala/lift with sbt 0.11 in MAC OSX. I so far have already done the following:[详细]
2023-04-09 05:02 分类:问答scala-redis requires sbt 0.10.1 (other versions don't work) - is that normal?
While trying out the Scala bindings for Redis, I followed the instructions in the README file (clone the repo, cd into it, type sbt) and I got this:[详细]
2023-04-07 17:46 分类:问答Unresolved dependency on sbt-android-plugin 0.6.0-SNAPSHOT?
I just followed the steps at Build Scala Android apps using Scala and when I ran sbt inside the project folder I got the following unresolved dependency error:[详细]
2023-04-07 13:30 分类:问答Emacs project management for Scala
I would like to ask if any of you have any experience {and,or} could point me to a project management extension for Emacs that works well with {Scala,Ensime,SBT}. It would also be amazing if it didn\'[详细]
2023-04-07 00:48 分类:问答What is the syntax for the unmanagedSources parameter in SBT for windows?
Firstly my unmanaged source is not in the standard structure. It is: 开发者_JAVA百科src/com/domain/...[详细]
2023-04-06 12:29 分类:问答Create script with classpath from SBT
I\'d like to have SBT create a file and write the project\'s runtime full classpath (scala, managed and unmanaged libs, project classes) for a particular stage (in this case, only for compile).[详细]
2023-04-05 16:03 分类:问答How to tell sbt-proguard to include java *.jars?
I\'m trying to make single executable *.jar via proguard plugin for sbt 10.*. All seems to be okay, except that sbt-proguard doesn\'t include java jars (in my case mysql-connector-java-5.1.10.jar) ca[详细]
2023-04-05 12:38 分类:问答How to depend on other tasks and do your code in SBT 0.10?
I want to define a task, that invokes compile and packageBin tasks, and then does its stuff. How do I do that? Currently this only does the second part and skips on compile & packageBin tasks.[详细]
2023-04-05 00:52 分类:问答