Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60537 invoked from network); 6 Sep 2006 15:13:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 15:13:22 -0000 Received: (qmail 10113 invoked by uid 500); 6 Sep 2006 15:13:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 10083 invoked by uid 500); 6 Sep 2006 15:13:21 -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 10074 invoked by uid 99); 6 Sep 2006 15:13:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 08:13:21 -0700 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 jta@bristowhill.com designates 66.75.162.136 as permitted sender) Received: from [66.75.162.136] (HELO ms-smtp-04.socal.rr.com) (66.75.162.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 08:13:20 -0700 Received: from [192.168.15.53] (cpe-72-130-190-172.san.res.rr.com [72.130.190.172]) by ms-smtp-04.socal.rr.com (8.13.6/8.13.6) with ESMTP id k86FCvFq027256 for ; Wed, 6 Sep 2006 08:12:58 -0700 (PDT) Message-ID: <44FEE579.7000304@bristowhill.com> Date: Wed, 06 Sep 2006 08:12:57 -0700 From: "Jean T. Anderson" Reply-To: jta@bristowhill.com User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-1072) Misleading/wrong error message while dropping a view References: <24972709.1157543483066.JavaMail.jira@brutus> <44FEB82D.8070601@Sun.COM> <44FEBE25.70108@Sun.COM> <44FEC127.3020504@Sun.COM> In-Reply-To: <44FEC127.3020504@Sun.COM> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N John Embretsen wrote: > John Embretsen wrote: > >> Mayuresh Nirhali wrote: >> >>> Hello, >>> >>> Is there any quick way of doing such check on the documentation ?? > > > >> To search for other occurrences of e.g. "42X05", I guess it is possible >> to search the dita source files > > > > > I did a search for "42X05" in the current doc trunk: > > Executing: find . -print | xargs grep -n '42X05' | grep -v '.svn' > > ./pt_BR/ref/crefsqlj22771.dita:92:ERROR 42X05: Table 'MINHA_TABELA' does > not exist. > ./pt_BR/ref/rrefexcept71493.dita:872:42X05 > ./ref/crefsqlj22771.dita:83:ERROR 42X05: Table 'MYTABLE' does not > exist.

> ./ref/rrefexcept71493.dita:997:42X05 Reminder: rrefexcept71493.dita gets generated automatically by java/build/org/apache/derbyBuild/ErrorMessageGenerator.java (DERBY-1566) . I'll add a note to http://db.apache.org/derby/manuals/dita.html unless somebody else beats me to it. -jean