Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 68459 invoked from network); 13 Feb 2006 00:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Feb 2006 00:46:36 -0000 Received: (qmail 226 invoked by uid 500); 13 Feb 2006 00:46:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 202 invoked by uid 500); 13 Feb 2006 00:46:35 -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 192 invoked by uid 99); 13 Feb 2006 00:46:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 16:46:35 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 68.142.198.208 is neither permitted nor denied by domain of mcintyre.a@gmail.com) Received: from [68.142.198.208] (HELO smtp109.sbc.mail.mud.yahoo.com) (68.142.198.208) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 12 Feb 2006 16:46:34 -0800 Received: (qmail 60016 invoked from network); 13 Feb 2006 00:46:13 -0000 Received: from unknown (HELO ?192.168.0.5?) (fuzzylogic@sbcglobal.net@69.104.177.174 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 13 Feb 2006 00:46:12 -0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <43EF9FEE.3020403@apache.org> References: <43EF9FEE.3020403@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew McIntyre Subject: Re: Improving the public api javadoc Date: Sun, 12 Feb 2006 16:46:12 -0800 To: X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Feb 12, 2006, at 12:51 PM, Daniel John Debrunner wrote: > I actually started trying to add an overview > to the internals javadoc, but that target doesn't build for me. Is there a problem with the build target? It is currently working for me. > You can see these changes by building the publishedapi ant target from > the top-level directory. At some point the link above will be > refreshed > to pick up the changes. I don't know how/when that is generated, > currently it's about 5 days old. I'm glad you noticed this, I needed to tweak the sync of the javadoc after the changes I made last week. I just sync'd a fresh copy, but I had to Shift-Reload to see the new files. The nightly sync will resume again tonight. andrew