← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #173899]: Robot Framework Problem

 

Question #173899 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/173899

RaiMan posted a new comment:
looking at the docs of RFW, I would make the bat this way:

@echo off
set sikuli_jar=D:\Program Files\Sikuli X\sikuli-script.jar
java -cp "%sikuli_jar%" ^
    -jar robotframework-2.5.5.jar ^
     --pythonpath="%sikuli_jar%/Lib";calc.sikuli ^
     --outputdir=results ^
     --loglevel=TRACE ^
     %*

which is the recommended way, to start RFW, using the standalone jar.
-cp and --pythonpath should just add things needed by Sikuli to the end of the appropriate path's

BTW: I did not find 2.5.5.jar downloadable, the latest 2.5 version is
2.5.7

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.