Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 46101 invoked from network); 14 Jan 2009 22:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 22:43:25 -0000 Received: (qmail 11638 invoked by uid 500); 14 Jan 2009 22:43:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11618 invoked by uid 500); 14 Jan 2009 22:43:25 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 11608 invoked by uid 99); 14 Jan 2009 22:43:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 14:43:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 22:43:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2312E234C48D for ; Wed, 14 Jan 2009 14:43:02 -0800 (PST) Message-ID: <1635871276.1231972982142.JavaMail.jira@brutus> Date: Wed, 14 Jan 2009 14:43:02 -0800 (PST) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Issue Comment Edited: (DERBY-4017) Removed deprecated jdk16 variable from the machinery which builds javadoc In-Reply-To: <564792817.1231857429996.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663914#action_12663914 ] myrna edited comment on DERBY-4017 at 1/14/09 2:42 PM: -------------------------------------------------------------------- I applied the patch, then sync-ed up to current state and the patch appears ok to me...In fact, now seems necessary to get a correct javadoc when building with 1.5. I saw 1 extra warning when building with ibm 1.5: [javadoc] C:\derbyt\svn\trunk\java\client\org\apache\derby\jdbc\ClientBaseDataSource.java:1074: warning - Tag @see: reference not found: ClientConnectionPoolDataSource This warning doesn't show up when building with ibm1.6. (there's one other warning, [javadoc] C:\derbyt\svn\trunk\java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\ClobTest.java:333: warning - @param argument "parameterTypes" is not a parameter name. , but that's caused by commit r733725 by Kristian (no JIRA) and happens with both 1.5 and 1.6...) was (Author: myrna): I applied the patch, then sync-ed up to current state and the patch appears ok to me...In fact, now seems necessary to get a correct javadoc. I saw 1 extra warning when building with ibm 1.5: [javadoc] C:\derbyt\svn\trunk\java\client\org\apache\derby\jdbc\ClientBaseDataSource.java:1074: warning - Tag @see: reference not found: ClientConnectionPoolDataSource This warning doesn't show up when building with ibm1.6. (there's one other warning, [javadoc] C:\derbyt\svn\trunk\java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\ClobTest.java:333: warning - @param argument "parameterTypes" is not a parameter name. , but that's caused by commit r733725 by Kristian (no JIRA) and happens with both 1.5 and 1.6...) > Removed deprecated jdk16 variable from the machinery which builds javadoc > ------------------------------------------------------------------------- > > Key: DERBY-4017 > URL: https://issues.apache.org/jira/browse/DERBY-4017 > Project: Derby > Issue Type: Improvement > Components: Build tools > Affects Versions: 10.5.0.0 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: derby-4017-01-aa-javadoc.diff > > > The jdk16 variable is no longer needed for Derby compilation and has been deprecated as part of DERBY-3988. We no longer need the jdk14 variable for building javadoc either. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.