THRIFT-833. java: build.xml in lib/java is missing a classpathref attribute for the...
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 29 Jul 2010 19:30:47 +0000 (19:30 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 29 Jul 2010 19:30:47 +0000 (19:30 +0000)
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

lib/java/build.xml

index 57be5e3..b68c95a 100644 (file)
       destdir="${javadoc}"
       version="true"
       windowtitle="Thrift Java API"
-      doctitle="Thrift Java API">
+      doctitle="Thrift Java API"
+      classpathref="test.classpath">
     </javadoc>
   </target>