THRIFT-416. java: java.util.logging eats exceptions without warning

This patch switches the logging framework to log4j and updates all the server implementations accordingly.



git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763981 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/build.xml b/lib/java/build.xml
index 05cf9cd..6778f2c 100644
--- a/lib/java/build.xml
+++ b/lib/java/build.xml
@@ -42,7 +42,7 @@
   </target>
 
   <target name="compile" depends="init">
-    <javac srcdir="${src}" destdir="${build}" source="1.5" debug="true"/>
+    <javac srcdir="${src}" destdir="${build}" source="1.5" debug="true" classpath="${cpath}" />
   </target>
 
   <target name="javadoc" depends="init">