sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36882
Re: [Question #237032]: Problems building the Sikuli sources
Question #237032 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237032
Shantonu posted a new comment:
This is because jxgrabkey repository (http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/)
mentioned in POM is not accessible.
I am doing local repository attachment. I download jxgrabkey JAR from other source , put in my local repository and add in maven like this
<dependency>
<groupId>jxgrabkey</groupId>
<artifactId>jxgrabkey</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath><Your Local Path of repository>/jxgrabkey-1.0.jar</systemPath>
</dependency>
It works fine.
In our company we are managing local repo, so probably upload there and use that.
this is temporary solution but works.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.