Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95555 invoked from network); 22 Feb 2006 21:26:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 21:26:33 -0000 Received: (qmail 97997 invoked by uid 500); 22 Feb 2006 21:26:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 97963 invoked by uid 500); 22 Feb 2006 21:26:31 -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 97954 invoked by uid 99); 22 Feb 2006 21:26:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 13:26:31 -0800 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 mcintyre.a@gmail.com designates 64.233.184.199 as permitted sender) Received: from [64.233.184.199] (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 13:26:31 -0800 Received: by wproxy.gmail.com with SMTP id i4so228862wra for ; Wed, 22 Feb 2006 13:26:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xo59Gh7ZYSTfS4s6Jfip7AaC/N/A53K2ZNO9xOT3KMI01Xis3bXT9mhIv5Die72ILYdX7nF0lhAcWMtYSwdoaTGYUiAEXdkaEQa/gOG1gkPdTuzmNjUNSaw6KlyJ3yvLTpSqILP74htyLhMIcysQV9EMxQByWe1NsYvp4EgBr2s= Received: by 10.54.94.17 with SMTP id r17mr1137264wrb; Wed, 22 Feb 2006 13:26:10 -0800 (PST) Received: by 10.54.133.15 with HTTP; Wed, 22 Feb 2006 13:26:10 -0800 (PST) Message-ID: <54ac72d70602221326n460613efm8b2afba159df4785@mail.gmail.com> Date: Wed, 22 Feb 2006 13:26:10 -0800 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: New Main class for derbytools.jar In-Reply-To: <54ac72d70602221310k43dea6e0g584a6915b40da8ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <54ac72d70602211107x1faea160me82292469e44e31@mail.gmail.com> <43FB69D2.4000701@apache.org> <54ac72d70602211140m44334af5l84f9bd7f08a8bc5e@mail.gmail.com> <43FC7D50.20605@sun.com> <43FCC156.4070307@mtrad.com> <43FCC40E.9060602@apache.org> <54ac72d70602221310k43dea6e0g584a6915b40da8ad@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/22/06, Andrew McIntyre wrote: > > Perhaps we should advertise that the frameworks scripts are deprecated > as of 10.2 and will be removed in 10.3, and provide new scripts in a > bin directory that rely on DERBY_HOME and JAVA_HOME and self-configure > from there, like practically every other Java project at Apache (think > Ant). Forgot to mention that a major benefit of this approach is that it gives us much more time to manage the rather significant doc impact of this change. andrew