Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 78774 invoked from network); 24 Aug 2006 21:41:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 21:41:17 -0000 Received: (qmail 74954 invoked by uid 500); 24 Aug 2006 21:41:16 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74907 invoked by uid 500); 24 Aug 2006 21:41:16 -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 74897 invoked by uid 99); 24 Aug 2006 21:41:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 14:41:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jta@bristowhill.com designates 66.75.162.133 as permitted sender) Received: from [66.75.162.133] (HELO ms-smtp-01.socal.rr.com) (66.75.162.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 14:41:15 -0700 Received: from [192.168.15.53] (cpe-72-130-190-172.san.res.rr.com [72.130.190.172]) by ms-smtp-01.socal.rr.com (8.13.6/8.13.6) with ESMTP id k7OLesAp009540 for ; Thu, 24 Aug 2006 14:40:54 -0700 (PDT) Message-ID: <44EE1CE5.7080303@bristowhill.com> Date: Thu, 24 Aug 2006 14:40:53 -0700 From: "Jean T. Anderson" Reply-To: jta@bristowhill.com User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Making 10.2 doc available (Was Re: Upcoming 10.2 candidates) References: <44EDE172.400@sun.com> <44EE0571.5020901@gmail.com> <44EE0FF2.4050905@sun.com> <44EE1A04.7010302@gmail.com> In-Reply-To: <44EE1A04.7010302@gmail.com> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rajesh Kartha wrote: ... > In any case, looks like the doc builds happen everynight and get posted > to the Derby manual pages at http://db.apache.org/derby/manuals/, so the > latest doc commits will be available the next day. > > (BTW, the manual page still shows them as 'Latest Alpha Manuals' even > though we are in the Beta phase, I think we should change to indicate that) The "Latest Alpha Manuals" section on http://db.apache.org/derby/manuals/ points to docs that are built from the source checked into https://svn.apache.org/repos/asf/db/derby/docs/trunk/ . That should continue as is. We need to add a 10.2 section (the manuals page also has section for 10.1 and 10.0). And for a 10.2 section we need the built docs on people.apache.org in /www/db.apache.org/derby/docs . Andrew has been managing the nightly doc builds. Is the right thing to work https://svn.apache.org/repos/asf/db/derby/docs/branches/10.2/ into the nightly build with output to /www/db.apache.org/derby/docs/10.2 ? That is, run nightly until a release candidate becomes the official release? -jean