-
Notifications
You must be signed in to change notification settings - Fork 8
Using SBT
marmbrus edited this page Dec 20, 2010
·
27 revisions
- Create a shell script called "sbt" (optionally: somewhere in your path) with the following in it:
#!/bin/bash
java -noverify -Djava.library.path=/usr/local/mesos/lib/java -Xmx7G -XX:MaxPermSize=3G \
-XX:+UseParNewGC -XX:+UseConcMarkSweepGC -jar `dirname $0`/sbt-launch.jar "$@"- download
sbt-launchfrom http://cs.berkeley.edu/~marmbrus/tmp/sbt-launch.jar and put it into the same directory as the above sbt script - try it out by running sbt while in the top level directory of SCADS
NOTE: If you get an error that looks like the following, you should delete ~/.m2/repository and ~/.ivy2/cache.
:: problems summary ::
:::: WARNINGS
[NOT FOUND ] org.scala-lang#scala-compiler;2.8.0!scala-compiler.jar (76ms)