[Sikuli-driver] [Question #252103]: Not able to use sikuliX snapshot

2014-07-27 Thread Robert Grzeskowiak
New question #252103 on Sikuli: https://answers.launchpad.net/sikuli/+question/252103 Hi, I just wanted to use SikuliX snapshot from OSSRH. I have added dependencies to my pom.xml file, tried to write simple test with it. Unfortunately I got error while executing the code: [error] SikuliX: does

Re: [Sikuli-driver] [Question #252103]: Not able to use sikuliX snapshot

2014-07-28 Thread Robert Grzeskowiak
Question #252103 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252103 Robert Grzeskowiak posted a new comment: Hi, I have tried the same configuration as you have and unfortunately with no good result. I put even your test-code and added sysout in the end which is not

Re: [Sikuli-driver] [Question #252103]: Not able to use sikuliX snapshot

2014-07-28 Thread Robert Grzeskowiak
Question #252103 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252103 Robert Grzeskowiak posted a new comment: I have tried your code and using mvn exec:exec I receive error right now: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven- plugin:1.3.1:exec (default-cli

Re: [Sikuli-driver] [Question #252103]: Not able to use sikuliX snapshot

2014-07-28 Thread Robert Grzeskowiak
Question #252103 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252103 Robert Grzeskowiak posted a new comment: Yes I have even tried on maven 3.0.5 and 3.1.1 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #252103]: Not able to use sikuliX snapshot

2014-07-30 Thread Robert Grzeskowiak
Question #252103 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252103 Status: Answered => Solved Robert Grzeskowiak confirmed that the question is solved: After clearing my .m2 repo it started to work :) Thanks! -- You received this question notification because you

[Sikuli-driver] [Question #252398]: Trying to run SikuliX with JUnit

2014-07-30 Thread Robert Grzeskowiak
New question #252398 on Sikuli: https://answers.launchpad.net/sikuli/+question/252398 Hi, Once I have managed to run SikuliX 1.1.0-Beta4 from OSSH using mvn exec I want to run it using Junit. There is no problem when running tests using "mvn clean test" command. The problem appears when trying t

Re: [Sikuli-driver] [Question #252398]: Trying to run SikuliX with JUnit

2014-07-30 Thread Robert Grzeskowiak
Question #252398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252398 Status: Needs information => Open Robert Grzeskowiak gave more information on the question: I am using IDEA IntelliJ. I have tried with different maven versions, still the same. When running from