Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

Do Scala 2.8.1 and SBT work ok with JDK 7?

scala java sbt

Passing JVM args to SBT

scala sbt jvm-arguments

sbt plugin that depends on itself to build itself

sbt

How to tell SBT to resolve managed artifacts

scala sbt playframework-2.0

Understanding How SBT, Scala, SBT-Idea and Play Framework Work Together

How to toggle between project and library dependencies in SBT?

scala sbt

How to run bash script after generating scaladoc using doc task?

sbt scaladoc

Integration Test in Play Framework

Appending a directory to watch-sources in SBT settings

Handling unmanaged classpath jars in a library using SBT so that a dependent project can access them

jar dependencies sbt packaging

Add credentials to allow Travis-CI to use a private Nexus repository

sbt nexus travis-ci

sbt does not resolve Typesafe repository

scala sbt ivy typesafe

SBT Resolvers work in build.sbt, not working in Build.scala

scala sbt

What's the difference between project/build.sbt and project/BuildApp.scala?

sbt

SBT run code in project after compile

sbt

IOException: Cannot run program "javac" when "sudo ./sbt/sbt compile" in Spark?

sbt apache-spark

What does extend for a configuration do?

sbt

How to prevent SBT from recompiling modified .class files?

How to link classes from JDK into scaladoc-generated doc?

java scala sbt scaladoc

SBT directory structure. What's "project"?

scala playframework-2.0 sbt