From derby-dev-return-74264-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Tue Nov 24 01:57:03 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32377 invoked from network); 24 Nov 2009 01:57:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 01:57:02 -0000 Received: (qmail 77641 invoked by uid 500); 24 Nov 2009 01:57:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 77565 invoked by uid 500); 24 Nov 2009 01:57:02 -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 77557 invoked by uid 99); 24 Nov 2009 01:57:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 01:57:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 01:56:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D33F6234C04C for ; Mon, 23 Nov 2009 17:56:39 -0800 (PST) Message-ID: <621866374.1259027799850.JavaMail.jira@brutus> Date: Tue, 24 Nov 2009 01:56:39 +0000 (UTC) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-3225) Some demo programs in -bin distributions are not mentioned in demo/programs/readme.html In-Reply-To: <25898779.1195826143480.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-3225. ------------------------------------ Resolution: Fixed Fix Version/s: 10.6.0.0 Thanks John! The instructions for building a private release worked well; I was able to build and test the changes to release/build.xml. I fixed the typos that you noticed, and committed the changes to the trunk as revision 883571. > Some demo programs in -bin distributions are not mentioned in demo/programs/readme.html > --------------------------------------------------------------------------------------- > > Key: DERBY-3225 > URL: https://issues.apache.org/jira/browse/DERBY-3225 > Project: Derby > Issue Type: Improvement > Components: Demos/Scripts > Affects Versions: 10.3.1.4 > Environment: Derby -bin distributions > Reporter: John H. Embretsen > Assignee: Bryan Pendleton > Fix For: 10.6.0.0 > > Attachments: derby-3225.diff > > > Currently in trunk, there are 8 demo (sub)directories in the demo/programs directory scheduled to be included in -bin distributions, each containing one or more demo or sample applications: > localcal/ > nserverdemo/ > scores/ > simple/ > simplemobile/ > toursdb/ > vtis/ > workingwithderby/ > With a -bin distribution of Derby, a user should be able to get an overview of the included demo program offering by opening demo/programs/readme.html in a web browser (there is a link to this from the top-level index.html file). In trunk, we are currently missing short descriptions of and links to: > - localcal (see DERBY-1936) [also in 10.3] > - scores (see DERBY-1993) [also in 10.3] > - vtis (see DERBY-3129) > Each of these demos have a README file in their respective subdirectories, that could easily be linked to.* > The remaining 5 demos are accessible from and described by the readme.html file (readme.html is a frameset; the actual references and descriptions are in navbar.html and demo.html. These files are placed in the java/demo directory in the source tree). > *) > Also, one should make sure that the README files and other instructions are suitable for -bin distributions, not only -src distributions or SVN working copies. Otherwise, these particular demos should not be included in -bin distributions. For example both localcal/README, scores/README and vtis/README currently refer to build scripts that are not scheduled for inclusion in -bin distros. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.