build.xml in lib/java is missing a classpathref attribute for the javadoc task
------------------------------------------------------------------------------

                 Key: THRIFT-833
                 URL: https://issues.apache.org/jira/browse/THRIFT-833
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (Java)
    Affects Versions: 0.4
            Reporter: Nate McCall
            Priority: Minor
             Fix For: 0.4


make install produces scary looking compile errors while creating java api. 
These turn out to be of no consequence functionally - just caused by the 
javadoc ant task not having a classpathref, and thus not finding slf4j, etc. 
APIs. 

The following patch just adds the test classpath (since this has everything) to 
the javadoc task:

130d129
<       classpathref="test.classpath"


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to