[
https://issues.apache.org/jira/browse/DERBY-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037626#comment-14037626
]
Dag H. Wanvik commented on DERBY-6552:
--------------------------------------
Btw, I just noticed that my old ant (1.7.1) didn't do the get task correctly;
if the package files are not present, I saw this:
{code}
install_packagelists:
[mkdir] Created dir: /export/home/tmp/derby/sb/sb1/packageListLoc-se-8
[mkdir] Created dir: /export/home/tmp/derby/sb/sb1/packageListLoc-j2ee-7
BUILD FAILED
/export/home/tmp/derby/sb/sb1/build.xml:1051: The following error occurred
while executing this line:
/export/home/tmp/derby/sb/sb1/build.xml:1079: The specified destination is a
directory
{code}
Switching to a newer ant fixed the issue.
> The public api includes methods inherited from superclasses which aren't in
> the public api and so have no javadoc comments
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-6552
> URL: https://issues.apache.org/jira/browse/DERBY-6552
> Project: Derby
> Issue Type: Bug
> Components: Javadoc, JDBC
> Affects Versions: 10.11.0.0
> Reporter: Rick Hillegas
> Assignee: Dag H. Wanvik
> Attachments: derby-6552-exp.diff, derby-6552-exp.status,
> derby-6552-firewall-balm.diff, derby-6552-link-fixes.diff,
> derby-6552-only-public-members.diff, derby-6552-restructure-even-more.diff,
> derby-6552-restructure-more.diff
>
>
> We simplified and cleaned up the public api in 10.11. Now, however, we've
> lost the javadoc for methods which customers may need to use. For instance,
> ClientDataSource contains a method called setSsl() which is inherited from
> ClientBaseDataSourceRoot. But since ClientBaseDataSourceRoot doesn't appear
> in the public api, there's no method header comment to consult.
--
This message was sent by Atlassian JIRA
(v6.2#6252)