Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 33563 invoked from network); 1 Nov 2006 15:13:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 15:13:23 -0000 Received: (qmail 64581 invoked by uid 500); 1 Nov 2006 15:13:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64502 invoked by uid 500); 1 Nov 2006 15:13:27 -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 64469 invoked by uid 99); 1 Nov 2006 15:13:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 07:13:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 07:13:09 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kA1FCkmc017488 for ; Wed, 1 Nov 2006 10:12:46 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kA1FChgN286534 for ; Wed, 1 Nov 2006 10:12:46 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kA1FCMbq022533 for ; Wed, 1 Nov 2006 10:12:22 -0500 Received: from [127.0.0.1] (sig-9-48-96-23.mts.ibm.com [9.48.96.23]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kA1FCKEZ022387 for ; Wed, 1 Nov 2006 10:12:22 -0500 Message-ID: <4548B953.3030107@apache.org> Date: Wed, 01 Nov 2006 07:12:19 -0800 From: Daniel John Debrunner User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: translation checker... References: <4547C43C.8000503@gmail.com> In-Reply-To: <4547C43C.8000503@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Rajesh Kartha wrote: > About the location, I suppose this utility needs to be run only when > the locales files are updated or to find messages that are not > translated (?). > In that case, I would think it can reside under the > trunk/java/derbyTesting/locale/utils (?) directory with the appropriate > package name. We > would also need a Readme/HowTo that mentions what the utility does and > how to use it etc. Seems like this is a build time tool and should be under org.apache.derbyBuild. How long does this take to run? Could it just be part of the standard build? Dan.