Changes between Version 2 and Version 3 of Frontend/Executor


Ignore:
Timestamp:
10/08/12 10:15:23 (12 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend/Executor

    v2 v3  
    33= Executor = 
    44 
    5 The executor is responsible for initializing the !EventBench user interfaces. This consists of the following key tasks: 
    6  * Integrating all !EventBench components and plug-ins. 
     5The executor is responsible for initializing the AutoQUEST user interfaces. This consists of the following key tasks: 
     6 * Integrating all AutoQUEST components and plug-ins. 
    77 * Starting a user interface. 
    88 * Initialize logging mechanisms. 
     
    2020 * Start the application with all parameters assuming their default values. 
    2121{{{ 
    22 java -jar eventbench-runner.jar 
     22java -jar quest-runner.jar 
    2323}}} 
    2424 * Start the application with the SWT GUI and the trace level INFO 
    2525{{{ 
    26 java -jar eventbench-runner.jar -ui swt -trace INFO 
     26java -jar quest-runner.jar -ui swt -trace INFO 
    2727}}} 
    2828 * Start the application with the SWT GUI and execute the command "exec someScript" right after the start-up. 
    2929{{{ 
    30 java -jar eventbench-runner.jar -ui swt "exec someScript" 
     30java -jar quest-runner.jar -ui swt "exec someScript" 
    3131}}}