Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Request to fix chkpii warnings



org.eclipse.help.base plug-in contains the following in its plugin.xml
(twice):

         <factoryclass
               class="org.eclipse.help.internal.browser.MozillaFactory">
            ...
            <parameter
                  name="os"
                  value="Linux, AIX, HP, SunOS">
            </parameter>
Which chckpii does not like and complains:

ECLIPSE\PLUGINS\ORG.ECLIPSE.HELP.BASE_3.0.0\
  PLUGIN.XML    XML-10      969   (W) XML tag attribute (value) may contain
translatable text which cannot be translated.  Line: 100
                            969   (W) XML tag attribute (value) may contain
translatable text which cannot be translated.  Line: 119

The attributes "os" and "value" are obviously not intended to be
translated.  Can this be fixed without excluding whole
org.eclipse.help.base/plugin.xml from the chkpii test?

Konrad Kolosowski
Eclipse Help System



                                                                           
             Sonia                                                         
             Dimitrov/Ottawa/I                                             
             BM@IBMCA                                                   To 
             Sent by:                  platform-releng-dev@xxxxxxxxxxx     
             platform-releng-d                                          cc 
             ev-admin@eclipse.         platform-doc-dev@xxxxxxxxxxx        
             org                                                   Subject 
                                       [platform-releng-dev] Request to    
                                       fix chkpii warnings                 
             05/10/2004 04:29                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             platform-releng-d                                             
                    ev                                                     
                                                                           
                                                                           





Hello all,

this is a request to correct chkpii warnings in the eclipse 3.0 stream
builds.  There are roughly a dozen files with warnings in them as of the
most recent nightly build:

http://download.eclipse.org/downloads/drops/N-N20040510-200405100010/chkpiiResults.php


These warnings were previously permitted by translation teams, however they
are now requiring these to be fixed.  I have updated the releng JUnit tests
to now fail on detection of chkpii warnings.

Let me know if any assistance is required in correcting the warnings or if
the files should be ignored from chkpii testing altogether.

Thanks,

Sonia



Back to the top