← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #698410]: Cant add Sikuli to manifest.mf

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Artefacts from MavenCentral usually do not contain any dependencies.
sikulixapi from MavenCentral can only be used in a project, that is compiled in a Maven project using a pom-file, where sikulixapi is declared as a dependency. Then maven will take care to get all dependencies from MavenCentral into the project.

If you want to use sikulixapi as a library dependency declared so in a
manifest file, then you have to use an artefact from the download page
of SikuliX (a jar, that is packed with all needed dependencies).

... but with SikuliX is is recommended to use it in real mavenized
projects (having a pom file with sikulixapi as dependency).

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