-
Notifications
You must be signed in to change notification settings - Fork 10
Using Maven
marmbrus edited this page Dec 20, 2010
·
1 revision
- 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