← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #699864]: RFE: File->Export as Jar available on command line ?

 

Question #699864 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699864

    Status: Open => Answered

RaiMan proposed the following answer:
The feature currently is only accessible via the IDE GUI.

In 2.0.6 the feature will be revised anyways. Will make it available as
a command line option too.

For the current 2.0.5 you have to run a script, that internally calls
the feature worker to do what you want:

import org.sikuli.script.FileManager as SXFM
SXFM.makeScriptjar(("plain", "<absolute path to a valid .sikuli folder>"))

mind the double brackets: the function expects a list of strings.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.