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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to