← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255605]: [1.1.0] ImageLocator.setBundlePath is deprecated

 

Question #255605 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/255605

RaiMan posted a new comment:
Maven in contrast to build systems like Ant or even CMake:
- works with a predefined standard project folder setup
- has many default options and build step setups
- and lets you mainly define what you want to achieve and not (mostly), what has to be done to get there.

... and the same build specs (pom.xml files) are used when running the
build in the IDE and when running the build from command line.

... and it has a very mature dependency management backed by MavenCentral, where you automatically get everything needed (if someone has uploaded it there) to your local Maven repository.
So no need, to bother with class path and project setups.

the final version sikulixapi.jar will be on MavenCentral, so in a Maven
project you simply have to say in the pom:

<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>1.1.0</version>

so for just using sikulixapi.jar, no setup run will be needed any more.

If interested: look into the github project.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.