Quellcode durchsuchen

ZOOKEEPER-718. the fatjar is missing libraries (ben via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@925344 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar vor 15 Jahren
Ursprung
Commit
cdc234855f
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 2 0
      CHANGES.txt
  2. 1 0
      src/contrib/fatjar/build.xml

+ 2 - 0
CHANGES.txt

@@ -308,6 +308,8 @@ BUGFIXES:
 
   ZOOKEEPER-710. permanent ZSESSIONMOVED error after client app reconnects to zookeeper cluster (phunt via breed)
 
+  ZOOKEEPER-718. the fatjar is missing libraries (ben via mahadev)
+
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   "socket reuse" and failure to close client (phunt via mahadev)

+ 1 - 0
src/contrib/fatjar/build.xml

@@ -45,6 +45,7 @@
       <fileset file="${zk.root}/conf/log4j.properties" />
       <fileset dir="${zk.root}/build/classes" excludes="**/.generated"/>
       <fileset dir="${zk.root}/build/test/classes"/>
+      <zipgroupfileset dir="${zk.root}/build/lib" includes="*.jar" />
       <zipgroupfileset dir="${zk.root}/src/java/lib" includes="*.jar" />
     </jar>
   </target>