sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37424
Re: [Question #289655]: Compile sikulixapi.jar for all platforms?
Question #289655 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289655
Status: Open => Answered
RaiMan proposed the following answer:
using SikuliX setup to get a useable sikulixapi.jar and using Maven to integrate sikulixapi into your own Java app are 2 different approaches.
The latter is always supposed to be running on the target system and hence produces a currect final artefact for this system.
If you want to use a sikulixapi.jar, that runs on all possible systems,
with your Java app, you have to use the classpath approach or put your
own Maven artefact for sikulixapi.jar into your local repo.
The option to setup a multi-system sikulixapi.jar is no longer shown in
the setup dialog, but functionally available when running setup from
commandline (see faq 2609)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.