Changes between Version 3 and Version 4 of Frontend/Executor
- Timestamp:
- 10/21/14 18:03:31 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Frontend/Executor
v3 v4 20 20 * Start the application with all parameters assuming their default values. 21 21 {{{ 22 java -jar quest-runner.jar22 java -jar autoquest-runner.jar 23 23 }}} 24 24 * Start the application with the SWT GUI and the trace level INFO 25 25 {{{ 26 java -jar quest-runner.jar -ui swt -trace INFO26 java -jar autoquest-runner.jar -ui swt -trace INFO 27 27 }}} 28 28 * Start the application with the SWT GUI and execute the command "exec someScript" right after the start-up. 29 29 {{{ 30 java -jar quest-runner.jar -ui swt "exec someScript"30 java -jar autoquest-runner.jar -ui swt "exec someScript" 31 31 }}}