Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-833

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.4
    • 0.4
    • Java - Compiler
    • None
    • Patch Available

    Description

      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"

      Attachments

        Activity

          People

            bryanduxbury Bryan Duxbury
            zznate Nate McCall
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: