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

anmol_bagga10 posted a new comment:
What you can do is make a folder in your project say lib and put the 
sikuli-script.jar in that.
and include this dependency in ur pom file
<dependency>
        <groupId>org.sikuli</groupId>
        <artifactId>sikuli-api</artifactId>
        <version>1.0.2</version>
     <systemPath>${project.basedir}\lib\sikuli-script.jar</systemPath>
        <scope>system</scope>
</dependency>
I have checked this and this works fine.
Regards,
Anmol Bagga

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to