File tree 2 files changed +5
-2
lines changed
src/main/resources/lap_race/devils_burdens/sample_config
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ working directory.
45
45
* example format for race entries: [ ``` entries.txt ``` ] ( src/main/resources/lap_race/devils_burdens/sample_config/input/entries.txt )
46
46
* example format for raw results: [ ``` rawtimes.txt ``` ] ( src/main/resources/lap_race/devils_burdens/sample_config/input/rawtimes.txt )
47
47
4 . Run the class [ ``` Results ``` ] ( /src/main/java/lap_race/Results.java ) ,
48
- passing the path of the new configuration file as command line parameter.
48
+ passing the path of the new configuration file as command line parameter (surrounded by double
49
+ quotes, no escaping of spaces).
49
50
5 . The results files will be created in the ``` output ``` sub-directory in CSV and HTML
50
51
formats:
51
52
* overall results
Original file line number Diff line number Diff line change
1
+ # Any spaces within the working directory path should be escaped with a preceding backslash \.
1
2
WORKING_DIRECTORY = /path/to/parent/directory/of/this/file
3
+
2
4
ENTRIES_FILENAME = entries.txt
3
5
RAW_RESULTS_FILENAME = rawtimes.txt
4
6
YEAR = 2020
5
- NUMBER_OF_LAPS = 4
7
+ NUMBER_OF_LEGS = 4
6
8
PAIRED_LEGS = 2,3
7
9
RACE_NAME_FOR_RESULTS = Devil's Burdens
8
10
RACE_NAME_FOR_FILENAMES = devils_burdens
You can’t perform that action at this time.
0 commit comments