jjb: common: add log4j 2.x jars in CLASSPATH
[lttng-ci.git] / scripts / common / scan-build.sh
index e5652b19a75688316cff7516b1827ff78843a8ca..9f3caea8ef02edfe836942ce907471d0ef677515 100755 (executable)
@@ -77,7 +77,7 @@ lttng-tools)
 lttng-ust)
     CONF_OPTS="--enable-java-agent-all --enable-python-agent"
     BUILD_TYPE="autotools"
-    export CLASSPATH="/usr/share/java/log4j-1.2.jar"
+    export CLASSPATH="/usr/share/java/log4j-api.jar:/usr/share/java/log4j-core.jar:/usr/share/java/log4j-1.2.jar"
     ;;
 *)
     echo "Generic project, no configure options."
This page took 0.022101 seconds and 4 git commands to generate.