sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47473
Re: [Question #670367]: Using Gradle build: [error] RunTimeINIT: *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64 --- workaround
Question #670367 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670367
Summary changed to:
Using Gradle build: [error] RunTimeINIT: *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64 --- workaround
Description changed to:
***************** workaround
You have to take care, that com.sikulix::sikulixlibswin::1.1.1 is an additional runtime dependency.
The sikulixapi pom contains:
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>${sikulix.libs}</artifactId>
<version>1.1.1</version>
</dependency>
${sikulix.libs} is defined by a profile, that does not work with gradle.
----------------------------------------------------------------------------------------------------------------------
I am using gradle
compile(group: 'com.sikulix', name: 'sikulixapi', version: '1.1.2')
[error] RunTimeINIT: *** terminating: libs to export not found on above
classpath: /sikulixlibs/windows/libs64
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.