-
Notifications
You must be signed in to change notification settings - Fork 10
Home
andyk edited this page Dec 14, 2010
·
20 revisions
- Create a shell script called "sbt" 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-launch
from http://cs.berkeley.edu/~marbrus/tmp/sbt-launch.jar
- get the SCADS code with:
git clone https://[email protected]/radlab/SCADS.git
- you will need maven 2.2.1. on mac osx, here are some notes on updating maven: http://patrickwebster.blogspot.com/2010/08/updating-maven-in-mac-os-x-snow-leopard.html
- update your ~/.m2/settings.xml like:
http://radlab.cs.berkeley.edu/wiki/Infrastructure
- you can run mvn compile on the base directory, but it won't work. apparently, the code doesn't really work yet...
- just to get things compiling, you can go into the config, avro, comm directories (in that order) and run: mvn install
- then go to scalaengine, and run: mvn compile