My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Search
for
GettingStarted  
How to get started using the code.
Updated Dec 12, 2009 by acooke....@gmail.com

How to get Started Using the Code

  • Checkout the source
    • hg clone https://uykfd.googlecode.com/hg/ uykfd
  • Download the sbt launcher from http://code.google.com/p/simple-build-tool/
  • Start sbt in the uykfd directory
    • There will be a pause as sbt downloads stuff
    • It may then give an error (versions not found). If there is no error then you are using a later version and can skip the next section.
  • Upgrade to 0.5.6 / 2.8.0
  • Start sbt in the uykfd directory.
    • It should display with sbt 0.5.6-SNAPSHOT and Scala 2.8.0-20091009.004154-+
    • At the sbt prompt type:
      • update
      • compile
  • Assuming that worked you now need to read Configuration
  • Once everything is configured, restart sbt and run

Sign in to add a comment
Powered by Google Project Hosting