Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 74943 invoked from network); 17 Feb 2008 13:49:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2008 13:49:56 -0000 Received: (qmail 93351 invoked by uid 500); 17 Feb 2008 13:49:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93314 invoked by uid 500); 17 Feb 2008 13:49:51 -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 93305 invoked by uid 99); 17 Feb 2008 13:49:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 05:49:50 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.6.24] (HELO gmp-eb-mail-2.sun.com) (192.18.6.24) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 13:49:03 +0000 Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10]) by gmp-eb-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m1HDnE2m016730 for ; Sun, 17 Feb 2008 13:49:24 GMT Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JWD00201Y6OBR00@fe-emea-09.sun.com> (original mail from Kristian.Waagan@Sun.COM) for derby-dev@db.apache.org; Sun, 17 Feb 2008 13:49:13 +0000 (GMT) Received: from [192.168.10.106] ([84.202.177.79]) by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JWD00MBEYE1YVA0@fe-emea-09.sun.com> for derby-dev@db.apache.org; Sun, 17 Feb 2008 13:49:13 +0000 (GMT) Date: Sun, 17 Feb 2008 14:49:22 +0100 From: Kristian Waagan Subject: Re: a couple of javadoc warnings on trunk In-reply-to: <47B71BF0.1050007@sbcglobal.net> Sender: Kristian.Waagan@Sun.COM To: derby-dev@db.apache.org Message-id: <47B83B62.5090904@Sun.COM> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <47B71BF0.1050007@sbcglobal.net> User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) X-Virus-Checked: Checked by ClamAV on apache.org Hi Kathey, These warnings were my work, and I hope I have fixed them with revision 628482 (patch attached to DERBY-1318). Thanks for letting me know. While fixing the problems, I noticed a few other things: * When I run "java -jar derbyTesting.jar", Java reports that the jar is invalid or corrupt. With (most of) the other jars, I'm correctly told that there is no main class defined. I tried with the jars in 10.3.2.1 as well, and observed the same there. * There are some build.xml files that cannot be run individually, for instance the one for impl/services and the one I just changed. I think the reason is because java15compile.classpath is not set when you run them individually (set as part of a target in the root build file). I just mention the issues in case someone wants to spend some time on them. -- Kristian Kathey Marsden wrote: > > [javadoc] javadoc: warning - No source files for package > org.apache.derbyTesting.functionTests.testData.serializedDataSources > [javadoc] > C:\nightlies\main\src\opensource\java\testing\org\apache\derbyTesting\functionTests\tests\jdbcapi\DataSourceSerializationTest.java:175: > warning - Tag @link: reference not found: java.sql.DataSource > [javadoc] 2 warnings > > >