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
In Lift Web Framework, dependencies for Simple Build Tool (SBT) are specified in LiftProject.scala. That file includes this code:
I my Lift project I have a file called LiftConsole.scala. It was generated by project creation script and contains following
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:
I try to make an Android App with Scala, SBT and Google Maps. plugins.scala: import sbt._ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
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.
This question already has answers here: How to change log level from command line? 开发者_JAVA技巧(2 answers)
sbt downloads new version of scala compiler and the scala library for every sbt project at this locatio开发者_C百科n:
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
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