← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #237032]: Problems building the Sikuli sources

 

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

    Status: Answered => Open

Luciana Moreira Sá de Souza is still having a problem:
Hello RaiMan,

Thank you for your quick response.

Let me explain what I did. First I did a clone of the project from github:
git clone https://github.com/RaiMan/SikuliX-Basics.git

Then I got into this project folder and did a simple:
mvn clean install

This triggered the maven build but failed right at the beginning with
the dependency problem as I posted before.

My maven repository setup is a bit special because I also use an
internal repository in our company. But I do see attempts to download
it:

Downloading: http://ourserver/nexus/content/groups/dev/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.pom
[INFO] Unable to find resource 'jxgrabkey:jxgrabkey:pom:1.0' in repository assentis-snapshots-releases (http://dummy/repo/)
Downloading: http://ourserver/nexus/content/groups/dev/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.pom
[INFO] Unable to find resource 'jxgrabkey:jxgrabkey:pom:1.0' in repository uni-due.de (http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/)
Downloading: http://ourserver/nexus/content/groups/dev/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.pom
[INFO] Unable to find resource 'jxgrabkey:jxgrabkey:pom:1.0' in repository central (http://repo1.maven.org/maven2)
Downloading: http://ourserver/nexus/content/groups/dev/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.jar
[INFO] Unable to find resource 'jxgrabkey:jxgrabkey:jar:1.0' in repository assentis-snapshots-releases (http://dummy/repo/)
Downloading: http://ourserver/nexus/content/groups/dev/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.jar
[INFO] Unable to find resource 'jxgrabkey:jxgrabkey:jar:1.0' in repository uni-due.de (http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/)
Downloading: http://ourserver/nexus/content/groups/dev/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.jar
[INFO] Unable to find resource 'jxgrabkey:jxgrabkey:jar:1.0' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) jxgrabkey:jxgrabkey:jar:1.0

So I am not entirely sure where this dependency is supposed to come
from.

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