Re: [Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-12 Thread Levent
Question #261892 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261892

Status: Answered = Solved

Levent confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
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


Re: [Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-12 Thread RaiMan
Question #261892 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261892

Status: Open = Answered

RaiMan proposed the following answer:
You are not using the latest version of the Git repo.

-- 
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


Re: [Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-11 Thread Levent
Question #261892 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261892

Status: Answered = Open

Levent is still having a problem:
I executed the command mvn exec:exec -X in setup folder but I again got
the same fault. The debug output is at below. What should I do?

levent@PC_Levent:~/GitRepositories/SikuliX-2014/Setup$ mvn exec:exec
[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building sikulixsetup 1.1.0
[INFO] 
Downloading: 
https://repo.maven.apache.org/maven2/com/sikulix/sikulixlibsvision/1.1.0/sikulixlibsvision-1.1.0.pom
[WARNING] The POM for com.sikulix:sikulixlibsvision:jar:1.1.0 is missing, no 
dependency information available
Downloading: 
https://repo.maven.apache.org/maven2/com/sikulix/sikulixlibsvision/1.1.0/sikulixlibsvision-1.1.0.jar
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 3.944 s
[INFO] Finished at: 2015-02-11T21:15:55+02:00
[INFO] Final Memory: 7M/81M
[INFO] 
[ERROR] Failed to execute goal on project sikulixsetup: Could not resolve 
dependencies for project com.sikulix:sikulixsetup:jar:1.1.0: Failure to find 
com.sikulix:sikulixlibsvision:jar:1.1.0 in 
http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/
 was cached in the local repository, resolution will not be reattempted until 
the update interval of uni-due.de has elapsed or updates are forced - [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
levent@PC_Levent:~/GitRepositories/SikuliX-2014/Setup$ mvn exec:exec -X
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 
2014-12-14T19:29:23+02:00)
Maven home: /usr/local/apache-maven/apache-maven-3.2.5
Java version: 1.6.0_33, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: linux, version: 3.2.0-75-generic, arch: amd64, family: unix
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from 
/usr/local/apache-maven/apache-maven-3.2.5/conf/settings.xml
[DEBUG] Reading user settings from /home/levent/.m2/settings.xml
[DEBUG] Using local repository at /home/levent/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for 
/home/levent/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.sikulix:sikulixsetup:jar:1.1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.sikulix:SikuliX-2014:pom:1.1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix exec from [org.apache.maven.plugins, 
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix exec to org.codehaus.mojo:exec-maven-plugin from 
POM com.sikulix:sikulixsetup:jar:1.1.0
[DEBUG] === REACTOR BUILD PLAN 
[DEBUG] Project: com.sikulix:sikulixsetup:jar:1.1.0
[DEBUG] Tasks:   [exec:exec]
[DEBUG] Style:   Regular
[DEBUG] ===
[INFO] 
[INFO] 
[INFO] Building sikulixsetup 1.1.0
[INFO] 
[DEBUG] Resolving plugin prefix exec from [org.apache.maven.plugins, 
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix exec to org.codehaus.mojo:exec-maven-plugin from 
POM com.sikulix:sikulixsetup:jar:1.1.0
[DEBUG] Lifecycle default - [validate, initialize, generate-sources, 
process-sources, generate-resources, process-resources, compile, 
process-classes, generate-test-sources, process-test-sources, 
generate-test-resources, process-test-resources, test-compile, 
process-test-classes, test, prepare-package, package, pre-integration-test, 
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean - [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site - [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN 
[DEBUG] Project:   

Re: [Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-11 Thread RaiMan
Question #261892 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261892

Status: Open = Answered

RaiMan proposed the following answer:
before doing any special/selective Maven actions, you have to once run
mvn clean install at the top level.

To then run a setup in the project context, run mvn exec:exec in folder
Setup. You will get the final stuff in Setup/target/Setup.

-- 
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


[Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-09 Thread Levent
New question #261892 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261892

I try to build the SikuliX 1.1.0 with NetBeans but when I execute the command 
mvn clean install -X, sikulixsetup:jar:1.1.0 was not builded. The debug 
output is at below: How can I handle this problem. 

[ERROR] Failed to execute goal on project sikulixsetup: Could not resolve 
dependencies for project com.sikulix:sikulixsetup:jar:1.1.0: Failure to find 
com.sikulix:sikulixlibsvision:jar:1.1.0 in 
http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/
 was cached in the local repository, resolution will not be reattempted until 
the update interval of uni-due.de has elapsed or updates are forced - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
on project sikulixsetup: Could not resolve dependencies for project 
com.sikulix:sikulixsetup:jar:1.1.0: Failure to find 
com.sikulix:sikulixlibsvision:jar:1.1.0 in 
http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/
 was cached in the local repository, resolution will not be reattempted until 
the update interval of uni-due.de has elapsed or updates are forced
at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not 
resolve dependencies for project com.sikulix:sikulixsetup:jar:1.1.0: Failure to 
find com.sikulix:sikulixlibsvision:jar:1.1.0 in 
http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/
 was cached in the local repository, resolution will not be reattempted until 
the update interval of uni-due.de has elapsed or updates are forced
at 
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:211)
at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
... 22 more
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failure 
to find com.sikulix:sikulixlibsvision:jar:1.1.0 in 
http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/
 was cached in the local repository, resolution will not be reattempted until 
the update interval of uni-due.de has elapsed or updates are forced
at 
org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
at 
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:205)
... 23 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure 
to find com.sikulix:sikulixlibsvision:jar:1.1.0 in 
http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/
 was cached in the local repository, resolution will not be reattempted until 
the