Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 20499 invoked from network); 21 May 2008 18:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 18:44:17 -0000 Received: (qmail 93777 invoked by uid 500); 21 May 2008 18:44:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93755 invoked by uid 500); 21 May 2008 18:44:17 -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 93744 invoked by uid 99); 21 May 2008 18:44:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 11:44:17 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 21 May 2008 18:43:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93431234C11E for ; Wed, 21 May 2008 11:43:55 -0700 (PDT) Message-ID: <538163949.1211395435602.JavaMail.jira@brutus> Date: Wed, 21 May 2008 11:43:55 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3684) Wire the vti demo into the build. In-Reply-To: <953530035.1211394835710.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3684: --------------------------------- Attachment: derby-3684-02-aa-adjustREADME.diff derby-3684-01-aa-wireInDemoCode.diff Attaching and committing two patches: derby-3684-01-aa-wireInDemoCode.diff wires the vti demo code into the standard Derby build. Committed at subversion revision 658805. Touches the following files: M java/demo/build.xml M build.xml derby-3684-02-aa-adjustREADME.diff edits the demo's README file to indicate that the code is now built as part of the standard Derby build. Committed at subversion revision 658806. Touches the following file: M java/demo/vtis/README > Wire the vti demo into the build. > --------------------------------- > > Key: DERBY-3684 > URL: https://issues.apache.org/jira/browse/DERBY-3684 > Project: Derby > Issue Type: Improvement > Components: Build tools > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Priority: Minor > Fix For: 10.5.0.0 > > Attachments: derby-3684-01-aa-wireInDemoCode.diff, derby-3684-02-aa-adjustREADME.diff > > > The classes under java/demo/vtis were excluded from the standard build because they relied on Java 5 features. Now that we require that people use a Java 5 (or later) compiler, we can wire this code into the standard build just as the rest of the demo code is wired into the standard build. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.