The CMake script for Javadoc has been fixed to include the missing
SLF4J library in the class path.

Pushed to master under trivial rule.

--
Endi S. Dewata
>From 69cfd4328504ee78646bb34a551ef5d711ea3f18 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <[email protected]>
Date: Tue, 24 Jan 2017 21:42:58 +0100
Subject: [PATCH] Fixed missing SLF4J in Javadoc classpath.

The CMake script for Javadoc has been fixed to include the missing
SLF4J library in the class path.
---
 base/javadoc/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/base/javadoc/CMakeLists.txt b/base/javadoc/CMakeLists.txt
index 1341935b9926da541388b2077da2af929916890a..a71270cc461bcd729166ffea659c287970313e92 100644
--- a/base/javadoc/CMakeLists.txt
+++ b/base/javadoc/CMakeLists.txt
@@ -88,6 +88,7 @@ javadoc(pki-javadoc
         com.netscape.cmsutil
         org.dogtagpki
     CLASSPATH
+        ${SLF4J_API_JAR}
         ${XALAN_JAR} ${XERCES_JAR}
         ${APACHE_COMMONS_CLI_JAR} ${APACHE_COMMONS_LANG_JAR}
         ${COMMONS_CODEC_JAR} ${COMMONS_HTTPCLIENT_JAR} ${COMMONS_IO_JAR}
-- 
2.5.5

_______________________________________________
Pki-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pki-devel

Reply via email to