← Back to team overview

sikuli-driver team mailing list archive

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

 

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:

<dependency>
	<groupId>org.sikuli</groupId>
	<artifactId>sikuli-core</artifactId>
	<version>1.1.3</version>
	<scope>system</scope>
	<systemPath>${basedir}/lib/sikuli-java.jar</systemPath>
</dependency>

1. I created a new folder in my Maven project, copied sikuli-java.jar and its lib-folder
2. Made a new "Add jar" to /lib/sikuli-java.jar (in my project)
3. Maven clean and new build
4. Run my Maven test
5. Same still error

:-(

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