Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 31304 invoked from network); 1 May 2006 17:45:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 17:45:47 -0000 Received: (qmail 696 invoked by uid 500); 1 May 2006 17:45:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 621 invoked by uid 500); 1 May 2006 17:45:45 -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 599 invoked by uid 99); 1 May 2006 17:45:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 10:45:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.42.249] (HELO nwkes-gis-mail-2.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 10:45:44 -0700 Received: from d1-sfbay-03.sun.com ([192.18.39.113]) by nwkes-gis-mail-2.sun.com (8.12.9/8.12.9) with ESMTP id k41HjNgL011144 for ; Mon, 1 May 2006 10:45:23 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-03.sun.com by d1-sfbay-03.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IYL00H01KQLLA00@d1-sfbay-03.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Mon, 01 May 2006 10:45:23 -0700 (PDT) Received: from [129.150.21.22] by d1-sfbay-03.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IYL008I3LBN4D30@d1-sfbay-03.sun.com> for derby-dev@db.apache.org; Mon, 01 May 2006 10:45:23 -0700 (PDT) Date: Mon, 01 May 2006 10:45:24 -0700 From: Rick Hillegas Subject: Re: Javadoc lies In-reply-to: <54ac72d70604281422u23b2d9aap9cf0d85da6557111@mail.gmail.com> Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <44564934.8020408@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en References: <042820062113.15323.4452856B000CE31700003BDB220073544698980B9A01040C0C030A0C0E@comcast.net> <54ac72d70604281422u23b2d9aap9cf0d85da6557111@mail.gmail.com> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Andrew, Thanks to your excellent work on derby-1078, it appears that we use the 1.6 javac when compiling in a shell window whose JAVA_HOME points at a 1.6 installation. Thanks to your changes, the build targets tell the 1.6 compiler to regard pre-JDBC4 source as down-rev and to generate byte code that will run on jdk1.3. I ran the experiment you recommended: I compiled and then generated javadoc all in a shell window whose JAVA_HOME pointed at jdk1.6. This did not change the javadoc result. E.g., the javadoc still falsely asserted that our JDBC3 DataSources implemented the JDBC4 Wrapper interface. The result was not affected when I generated javadoc with the following ant switch (also in a 1.6 shell window): source="1.4" Regards, -Rick Andrew McIntyre wrote: > On 4/28/06, acemccloudxx@comcast.net wrote: > >> Well, I don't know that the Mac fans on this list would be very >> interested in having everything built with the 1.6 JDK. > > > To clarify, the recent changes that went in with DERBY-1078 mean that > you can build with 1.4, 1.5, or 1.6, and the resulting build will run > on 1.3, 1.4, 1.5, and 1.6. > > Rick, I think David's suggestion #2 may be the answer. Now that > DERBY-1078 is fixed, you can build everything with the 1.6 compiler. > What does 1.6 javadoc say if you compiled everything with the 1.6 > compiler? > > andrew