1:BUILD_BY[name] student4 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] sbt (simple build tool ~ forgot how I downloaded this) 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] put: sbt in directory it loaded somethings and then gave me prompt so I looked in directory for idea of what to do readme didn't seem to indicate what to do. I noticed the run file and put: run the result was it seemed to be doing something but ended with: [info] Compiling 22 Scala sources to /home/student/R_research/ChemistrySet/target/scala-2.9.1/classes... java.lang.RuntimeException: No main class detected. at scala.sys.package$.error(package.scala:27) [error] {file:/home/student/R_research/ChemistrySet/}default-8d0939/compile:run: No main class detected. [error] Total time: 43 s, completed Jun 12, 2013 11:29:32 PM 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 12.04 64-bit 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] sbt from http://dl.bintray.com/sbt/native-packages/sbt/0.13.5/sbt-0.13.5.zip 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] To install sbt: $ unzip sbt-0.13.5.zip $ cd sbt/bin $ export PATH=$PATH:`pwd` Then, in main directory of ChemistrySet, used sbt to compile and test: $ sbt [info] Set current project to ChemistrySet (in build file:/lhome/student/repro_lab/Turon12/ChemistrySet/) > compile [info] Updating {file:/lhome/student/repro_lab/Turon12/ChemistrySet/}chemistryset... [info] Resolving org.fusesource.jansi#jansi;1.4 ... [info] Done updating. [info] Compiling 22 Scala sources to /lhome/student/repro_lab/Turon12/ChemistrySet/target/scala-2.9.1/classes... [success] Total time: 21 s, completed Jul 22, 2014 3:00:44 AM > test [info] Compiling 5 Scala sources to /lhome/student/repro_lab/Turon12/ChemistrySet/target/scala-2.9.1/test-classes... [info] a CircularPool should [info] + return a null cursor when empty [info] + return a nonnull cursor when nonempty [info] + when a singleton, contain the single item [info] + return a null cursor after removing all items [info] + iterate through all inserted items (in any order) [info] [info] [info] Total for specification CircularPoolSpec [info] Finished in 169 ms [info] 5 examples, 0 failure, 0 error [info] [info] [info] Total for specification QueueSpec [info] Finished in 0 ms [info] 0 example, 0 failure, 0 error [info] [info] an EliminationStack [info] + should push from multiple threads in locally-ordered way [info] + should tryPop as Some _ when full [info] + should tryPop in reverse order [info] + should tryPop as None after emptying [info] + should tryPop as None when empty [info] [info] a TreiberStack [info] + should push from multiple threads in locally-ordered way [info] + should tryPop as Some _ when full [info] + should tryPop in reverse order [info] + should tryPop as None after emptying [info] + should tryPop as None when empty [info] [info] [info] Total for specification StackSpec [info] Finished in 5 seconds, 796 ms [info] 10 examples, 0 failure, 0 error [info] [info] [info] Total for specification BackoffSpec [info] Finished in 0 ms [info] 0 example, 0 failure, 0 error [info] [info] Passed: Total 15, Failed 0, Errors 0, Passed 15 [success] Total time: 14 s, completed Jul 22, 2014 3:03:00 AM 2:END_NOTES