[
https://issues.apache.org/jira/browse/DERBY-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kim Haase closed DERBY-2092.
----------------------------
Resolution: Won't Fix
It probably makes sense to leave the java.sql and javax.sql docs in the Java SE
API docs and not duplicate them in ours, even if it were feasible to do so.
> Add JDBC classes into Javadoc for Derby's published api
> -------------------------------------------------------
>
> Key: DERBY-2092
> URL: https://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 was sent by Atlassian JIRA
(v6.3.4#6332)