Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Status: Open => Solved DH confirmed that the question is solved: RaiMan, I made it work thanks to your help :-) How? Well when I tried to execute my test via TestNG (that worked prevoius), it didn't wor

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Status: Answered => Open DH is still having a problem: Thanks för your answer again :-) I tried this: org.sikuli sikuli-core 1.1.3 system ${basedir}/lib/sikuli-

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread RaiMan
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 RaiMan proposed the following answer: You either have to add sikuli-java.jar manually to your local repository or use a directory based dependency. -- You received this question notification because you are

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 DH posted a new comment: Ok, so how should my Pom look like? I visited http://www.sikulix.com/quickstart.html but couldn't get more ino from there, sorry. -- You received this question notification because

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread RaiMan
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 RaiMan proposed the following answer: org.sikuli sikuli-core 1.1.3 This is not sikuli-java.jar (not on Maven Central yet). This is the Sikuli Java API from https://code.google.com/p

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 DH posted a new comment: Ok, 1. I changed my foldername to SikuliX 2. I downloaded sikuli-java.jar 3. Deleted the old reference to sikuli-ide.jar and replaced it with sikuli-java.jar in Eclipse (Referenced

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 DH posted a new comment: Sorry RaiMan, forgot my POM-file: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread RaiMan
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Status: Open => Answered RaiMan proposed the following answer: --1: path to Sikuli stuff should not contain blanks. recommended: c:\SikuliX --2. when using java, it is recommended to use sikuli-java.jar

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Description changed to: So I've tried and I've tried for a week now but I can't get it to work. I'm sorry. I've red many FAQs here on launchpad, but I really cant get it to work. Heres is my problem: I have

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread DH
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Description changed to: So I've tried and I've tried for a week now but I can't get it to work. I'm sorry. I've red many FAQs here on launchpad, but I really cant get it to work. Heres is my problem: I have

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread Dennis
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Description changed to: So I've tried and I've tried for a week now but I can't get it to work. I'm sorry. I've red many FAQs here on launchpad, but I really cant get it to work. Heres is my problem: I have

Re: [Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread Dennis
Question #247715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247715 Description changed to: So I've tried and I've tried for a week now but I can't get it to work. I'm sorry. I've red many FAQs here on launchpad, but I really cant get it to work. Heres is my problem: I have

[Sikuli-driver] [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

2014-04-26 Thread Dennis
New question #247715 on Sikuli: https://answers.launchpad.net/sikuli/+question/247715 So I've tried and I've tried for a week now but I can't get it to work. I'm sorry. I've red many FAQs here on launchpad, but I really cant get it to work. Heres is my problem: I have a Maven project in Eclipse