From: Bryan Duxbury Date: Thu, 29 Jul 2010 19:30:47 +0000 (+0000) Subject: THRIFT-833. java: build.xml in lib/java is missing a classpathref attribute for the... X-Git-Tag: 0.4.0~36 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d8c7757b9db7ec9839c795eba59119c4fd85b693;p=common%2Fthrift.git THRIFT-833. java: build.xml in lib/java is missing a classpathref attribute for the javadoc task Turns out there was a missing classpathref that was causing lots of spurious warnings to be printed. This patch fixes that. Patch: Nate McCall git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@980548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/java/build.xml b/lib/java/build.xml index 57be5e3b..b68c95a0 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -129,7 +129,8 @@ destdir="${javadoc}" version="true" windowtitle="Thrift Java API" - doctitle="Thrift Java API"> + doctitle="Thrift Java API" + classpathref="test.classpath">