]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/java/build.xml
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / java / build.xml
index 69499f8a885365b2a1797ed803c502c365ce7ddd..49509adbf66c4050f9d4a060242896d2c6e49b46 100644 (file)
@@ -45,7 +45,7 @@
 
   <target name="test" depends="compile-tests-jar">
     <junit printsummary="yes" haltonfailure="yes" showoutput="yes" fork="true">
-      <sysproperty key="java.library.path" path="${env.CEPHFS_JNI_LIB}:../.libs/"/>
+      <sysproperty key="java.library.path" path="${env.CEPHFS_JNI_LIB}:../../build/lib/"/>
       <sysproperty key="CEPH_CONF_FILE" path="${env.CEPHFS_CONF}"/>
       <jvmarg value="-Xcheck:jni"/>
       <classpath>
@@ -60,7 +60,7 @@
 
   <target name="test-compat" depends="compile-tests-jar">
     <junit printsummary="yes" haltonfailure="yes" showoutput="yes" fork="true">
-      <sysproperty key="java.library.path" path="${env.CEPHFS_JNI_LIB}:../.libs/"/>
+      <sysproperty key="java.library.path" path="${env.CEPHFS_JNI_LIB}:../../build/lib/"/>
       <sysproperty key="CEPH_CONF_FILE" path="${env.CEPHFS_CONF}"/>
       <classpath>
         <pathelement location="${env.CEPHFS_JAR}"/>