sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34180
[Bug 1485344] Re: [1.1.0] Maven project: windows libs jar reported as missing
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => High
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.0
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1485344
Title:
[1.1.0] Maven project: windows libs jar reported as missing
Status in Sikuli:
In Progress
Bug description:
I created an Eclipse Maven project and using the 1.1.0-SNAPSHOT of the sikulixapi.
The issue I have is that I used to be able to run my tests with just the following dependency.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
However, I started receiving a classpath dump with a RunTimeINIT error that requested that the /sikulixlibs/windows/libs64 be on the classpath.
I resolved this error by adding the following to POM.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixlibswin</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1485344/+subscriptions
References