]> git.somenet.org - pub/jan/lsdc.git/blob - README.txt
Some refactorings
[pub/jan/lsdc.git] / README.txt
1 Compile project
2         ant compile
3         
4 Compile + run predefined generator for scenario A
5         ant run-generator-A
6         
7 Compile + run predefined generator for scenario B (not yet implemented)
8         ant run-generator-B
9
10 Compile + run predefined generator for scenario C (not yet implemented)
11         ant run-generator-C
12         
13
14
15 "make clean"
16         rm -rf target
17
18 How to compile + run tests
19         mvn verify
20
21 How to start SchedSimulator
22         mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.SchedSimulator" 
23
24 How to start JobGenerator
25         mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.JobGenerator" -Dexec.args="A 100 target/file.csv"