The following commit has been merged in the master branch:
commit 50c36a07dcf5ceeccde27c6848a415ad37c41dfe
Author: James Page <[email protected]>
Date: Thu Feb 28 08:44:55 2013 +0000
Add missing jars to zookeeper CLASSPATH for 3.4.5 release.
diff --git a/debian/changelog b/debian/changelog
index 073f6a7..5d5bfb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+zookeeper (3.4.5+dfsg-1~exp2) UNRELEASED; urgency=low
+
+ * Add missing jars to zookeeper CLASSPATH for 3.4.5 release.
+
+ -- James Page <[email protected]> Thu, 28 Feb 2013 08:44:07 +0000
+
zookeeper (3.4.5+dfsg-1~exp1) experimental; urgency=low
* New upstream release (Closes: #699120, LP: #1107400, #954160):
diff --git a/debian/conf_example/environment b/debian/conf_example/environment
index 09a4eab..be495fd 100644
--- a/debian/conf_example/environment
+++ b/debian/conf_example/environment
@@ -4,7 +4,7 @@ ZOOCFGDIR=/etc/$NAME/conf
# TODO this is really ugly
# How to find out, which jars are needed?
# seems, that log4j requires the log4j.properties file to be in the classpath
-CLASSPATH="$ZOOCFGDIR:/usr/share/java/jline.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/zookeeper.jar"
+CLASSPATH="$ZOOCFGDIR:/usr/share/java/jline.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/netty.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/slf4j-log4j12.jar:/usr/share/java/zookeeper.jar"
ZOOCFG="$ZOOCFGDIR/zoo.cfg"
ZOO_LOG_DIR=/var/log/$NAME
--
Apache ZooKeeper
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits