Add JDBC classes into Javadoc for Derby's published api
-------------------------------------------------------
Key: DERBY-2092
URL: http://issues.apache.org/jira/browse/DERBY-2092
Project: Derby
Issue Type: Improvement
Components: Documentation
Reporter: Daniel John Debrunner
Priority: Minor
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/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira