Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2092

Add JDBC classes into Javadoc for Derby's published api

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • Documentation
    • None

    Description

      The javadoc for java.sql and javax.sql for JDBC 3 can be added into derby's published api javadoc fairly easily using the source files from Harmony.

      I created a folder at the top level called: java/j2se

      I then fetched the JDBC classes from Harmony

      cd java/j2se
      svn co http://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java
      svn co http://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax

      I then added the list of java.sql and javax.sql files to the publishedapi_jdbc3.ant (excluding RowSet files)

      and added in the published api target this element:

      <fileset dir="${derby.j2se.src.dir}"
      includesfile="${javadoc.inclusions}"/>

      Example of the output at

      http://people.apache.org/~djd/derby/publishedapi/

      Attachments

        Activity

          People

            Unassigned Unassigned
            djd Daniel John Debrunner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: