Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 96579 invoked from network); 17 Apr 2008 19:02:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 19:02:50 -0000 Received: (qmail 21827 invoked by uid 500); 17 Apr 2008 19:02:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 21603 invoked by uid 500); 17 Apr 2008 19:02: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 21594 invoked by uid 99); 17 Apr 2008 19:02:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 12:02:51 -0700 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.43.132] (HELO sca-es-mail-1.sun.com) (192.18.43.132) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 19:01:58 +0000 Received: from fe-sfbay-10.sun.com ([192.18.43.129]) by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m3HJ2IeJ010137 for ; Thu, 17 Apr 2008 12:02:18 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JZH00301GIQHG00@fe-sfbay-10.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Thu, 17 Apr 2008 12:02:18 -0700 (PDT) Received: from richard-hillegas-computer.local ([129.150.17.1]) by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JZH004PHGVUH530@fe-sfbay-10.sun.com> for derby-dev@db.apache.org; Thu, 17 Apr 2008 12:02:18 -0700 (PDT) Date: Thu, 17 Apr 2008 12:02:17 -0700 From: Rick Hillegas Subject: Re: Forrest trouble In-reply-to: Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <48079EB9.2030408@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) X-Virus-Checked: Checked by ClamAV on apache.org Dyre.Tjeldvoll@Sun.COM wrote: > Hi, > > I've started updating the download page in my website sandbox to prepare > for the coming release. For now I have created 10.4.x.y.{cgi,html} and > updated dowloads.xml to refer to the cgi script, and conf/cli.xconf to > refer to the html (as the Wiki says). But when I run 'forrest site' only the > cgi gets copied to build/site. > > I have not run 'svn add' on the files yet (don't want to do that until > I'm sure what the new final version is). Could that be causing the > problem? > > Hi Dyre, You may be running into the problem described in item (b) of the section titled "Create a page for the release, build/update site" in the release instructions: http://wiki.apache.org/db-derby/DerbySnapshotOrRelease#head-60891cacca1830fb413f25400647daa1436c21df This is a Forrest bug: http://issues.apache.org/jira/browse/FOR-480 The release instructions summarize the problem this way: "the release page will be built into your $FORREST_HOME/main/site directory. You will need to copy it to the build directory." Regards, -Rick