-
Bug
-
Resolution: Done
-
Major
-
JDG 7.0.0 DR1
-
None
In RHEL 7 when I try to build the test code using the prebuilt C++ client libraries from DR1, the JNI part of the build fails because of a missing maven-settings.xml:
[ERROR] The specified user settings file does not exist: /root/jdg-cpp-client/build/jni/maven-settings.xml
I can copy the maven-settings.xml from the jdg repo to the build/jni directory, but the build still fails because the jni/pom.xml file at the 8.3.0.DR1 tag refers to a SNAPSHOT version instead of the version included in DR1. I also fixed this, and then I still get a compilation error:
[ERROR] /root/jdg-cpp-client/build/jni/src/test/java/org/infinispan/client/jni/hotrod/CrossLanguageHotRodTest.java:[23,36] cannot find symbol symbol: class TestHelper location: package org.infinispan.client.hotrod