Changes between Version 2 and Version 3 of Frontend/Executor
- Timestamp:
- 10/08/12 10:15:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Frontend/Executor
v2 v3 3 3 = Executor = 4 4 5 The executor is responsible for initializing the !EventBenchuser interfaces. This consists of the following key tasks:6 * Integrating all !EventBenchcomponents and plug-ins.5 The executor is responsible for initializing the AutoQUEST user interfaces. This consists of the following key tasks: 6 * Integrating all AutoQUEST components and plug-ins. 7 7 * Starting a user interface. 8 8 * Initialize logging mechanisms. … … 20 20 * Start the application with all parameters assuming their default values. 21 21 {{{ 22 java -jar eventbench-runner.jar22 java -jar quest-runner.jar 23 23 }}} 24 24 * Start the application with the SWT GUI and the trace level INFO 25 25 {{{ 26 java -jar eventbench-runner.jar -ui swt -trace INFO26 java -jar quest-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 eventbench-runner.jar -ui swt "exec someScript"30 java -jar quest-runner.jar -ui swt "exec someScript" 31 31 }}}