sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57896
Re: [Question #699864]: RFE: File->Export as Jar available on command line ? --- workaround
Question #699864 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699864
RaiMan posted a new comment:
I have decided, to not make it a command line option for now (2.0.6) ---
to many implications.
For 2.0.6 you should use a script containing:
Debug.on(3) # run the script with option -c to get the log messages
import org.sikuli.ide.SikulixIDE as IDE
IDE.makeScriptjar(["plain", "/Users/raimundhocke/Desktop/jartest"])
It only works for Jython scripts and and the script folder to be wrapped
must be a .sikuli folder.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.