Changes between Version 3 and Version 4 of Frontend/Executor


Ignore:
Timestamp:
10/21/14 18:03:31 (10 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend/Executor

    v3 v4  
    2020 * Start the application with all parameters assuming their default values. 
    2121{{{ 
    22 java -jar quest-runner.jar 
     22java -jar autoquest-runner.jar 
    2323}}} 
    2424 * Start the application with the SWT GUI and the trace level INFO 
    2525{{{ 
    26 java -jar quest-runner.jar -ui swt -trace INFO 
     26java -jar autoquest-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 quest-runner.jar -ui swt "exec someScript" 
     30java -jar autoquest-runner.jar -ui swt "exec someScript" 
    3131}}}