Skip to content
marmbrus edited this page Dec 20, 2010 · 1 revision

Using Maven

  1. get the SCADS code with: git clone https://[email protected]/radlab/SCADS.git
  2. update your ~/.m2/settings.xml like: http://radlab.cs.berkeley.edu/wiki/Infrastructure
  3. you can run mvn compile on the base directory, but it won't work. apparently, the code doesn't really work yet...
  4. just to get things compiling, you can go into the config, avro, comm directories (in that order) and run: mvn install
  5. then go to scalaengine, and run: mvn compile
Clone this wiki locally