Commit ee735572 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Handle strange path issues with the competition code (for the "words" file).

parent 004d48ad
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ competition:
    - curl https://agile.bu.edu/local/ec504/hw1/p1/hw-1-p-1-staff/src/edu/bu/ec504/hw1p1/Competition.java -o problem-1-testing-master-src/src/edu/bu/ec504/hw1p1/Competition.java
    - curl https://agile.bu.edu/local/ec504/hw1/p1/hw-1-p-1-staff/src/edu/bu/ec504/hw1p1/words -o problem-1-testing-master-src/src/edu/bu/ec504/hw1p1/words
    - cd problem-1-testing-master-src/src
    - ln -s . src
    - javac edu/bu/ec504/hw1p1/Competition.java
    - java edu/bu/ec504/hw1p1/Competition
  dependencies: