John Embretsen wrote:
> John Embretsen wrote:
> 
>> Mayuresh Nirhali wrote:
>>
>>> Hello,
>>>
>>> Is there any quick way of doing such check on the documentation ??
> 
> <snip>
> 
>> To search for other occurrences of e.g. "42X05", I guess it is possible
>> to search the dita source files
> 
> <snip more suggestions>
> 
> 
> 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.</codeblock>
> ./pt_BR/ref/rrefexcept71493.dita:872:<entry colname="col1">42X05</entry>
> ./ref/crefsqlj22771.dita:83:ERROR 42X05: Table 'MYTABLE' does not
> exist.</codeblock></p>
> ./ref/rrefexcept71493.dita:997:<entry colname ="col1">42X05</entry>


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


Reply via email to