sbt
Adding scala-compiler.jar as a runtime dependency
I\'m using sbt and its Proguard plugin to create an executable jar for my program. However, my program relies on scala-compiler.jar at runtime to do compilations. I can\'t seem to get scala-compiler.j[详细]
2023-03-06 07:36 分类:问答What do the % and %% operators do when setting up SBT dependencies?
In Lift Web Framework, dependencies for Simple Build Tool (SBT) are specified in LiftProject.scala. That file includes this code:[详细]
2023-03-06 06:58 分类:问答Where to acquire jar that provides scala.tools.nsc.MainGenericRunner
I my Lift project I have a file called LiftConsole.scala. It was generated by project creation script and contains following[详细]
2023-03-05 03:49 分类:问答Scala/SBT - What to add In Project File
I am trying to add a dependency to a scala project, and I can\'t seem to figure out what I need to add to fetch the jar.The code that does not fetch the jar looks like this:[详细]
2023-03-03 09:29 分类:问答Google Maps on Android with Scala
I try to make an Android App with Scala, SBT and Google Maps. plugins.scala: import sbt._ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {[详细]
2023-03-01 10:07 分类:问答Copy sources files into target directory with SBT
I recently decided to use SBT to build an existing project. In th开发者_如何学编程is project I have some .glsl files within the scala packages which I need to copy during the compilation phase.[详细]
2023-02-25 12:33 分类:问答Is there any way to make sbt stop printing so much info? [duplicate]
This question already has answers here: How to change log level from command line? 开发者_JAVA技巧(2 answers)[详细]
2023-02-24 01:42 分类:问答How do I make sbt use the scala binaries from $SCALA_HOME directory?
sbt downloads new version of scala compiler and the scala library for every sbt project at this locatio开发者_C百科n:[详细]
2023-02-22 21:15 分类:问答Detailed test reports in SBT using ScalaTest
how to let SBT generate more detailed outputs of tests? Now only thing I get is the name of method and stack trace - I would like to have some more control over it, to get rid of stack trace, and poss[详细]
2023-02-22 20:41 分类:问答Use maven plugin on SBT
Is there anyway开发者_开发问答 to use a maven plugin on SBT?No. sbt does support pom.xml in limited way via sbt-pom-reader, but we do not support the use of maven plugins. It has its own plugin ecosys[详细]
2023-02-22 11:51 分类:问答