Switch to turn off exceptions pop-ups

Asked by Lance Jensen

I have forgotten what switch on the command line shuts off the popups exception messages. Could you please advise? I know this is already in the answers list but I can't seem to find the thread.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

from the homepage -> downloads: http://groups.csail.mit.edu/uid/sikuli/download.shtml

a tricky location ;-)

Sikuli IDE can be used under command line to run a Sikuli script or a Sikuli test case. It is a little bit different to invoke the Sikuli IDE under command line on each platform.

Mac OS X: /Applications/Sikuli-IDE.app/sikuli-ide.sh [options]
Windows: PATH-TO-SIKULI/sikuli-ide.exe or PATH-TO-SIKULI/sikuli-ide.bat [options]
Linux: PATH-TO-SIKULI/sikuli-ide.sh [options]

Command line usage:
usage: Sikuli-IDE [--args <arguments>] [-h] [-r <sikuli-file>] [-s] [-t <sikuli-test-case>]
    --args <arguments> specify the arguments passed to Jython's sys.argv
 -h,--help print this help message
 -r,--run <sikuli-file> run .sikuli or .skl file
 -s,--stderr print runtime errors to stderr instead of popping up a message box
 -t,--test <sikuli-test-case> run .sikuli as a unit test case with junit's text UI runner

Revision history for this message
Lance Jensen (lance-ti) said :
#2

Thanks RaiMan, that solved my question.