← Back to team overview

sikuli-driver team mailing list archive

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

Summary changed to:
RFE: File->Export as Jar    available on command line ?  --- workaround

Description changed to:
--------------------------- workaround
run a script, that internally calls the feature worker to do what you want:

import org.sikuli.basics.FileManager as SXFM
SXFM.makeScriptjar(["plain", ".......... jartest.sikuli"])

replace .......... jartest.sikuli with an absolute path to your valid .sikuli to be wrapped in a jar.
-------------------------------------------------------------------

Hi Raiman,

I would like to bundle scripts for deployment as jar files in a batch build process.
But I can't find a way to trigger "Export as Jar" from the command line.
Is it there ? Or is it planned ?

Thanks

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