Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [eclipse-build]Build I20030324 (Timestamp: 200303241446):Automated JUnit Testing complete. Test failures/errors occurred.



Thanks Dejan,

I fixed the CHKPII error.
You said the converter fails in such a case. It would be helpful to
indicate this to the user when he previews the document. I filed a
corresponding feature request 35645.

Dani


                                                                           
             "Dejan Glozic"                                                
             <dejan@xxxxxxxxxx                                             
             >                                                          To 
             Sent by:                  eclipse-dev@xxxxxxxxxxx             
             eclipse-dev-admin                                          cc 
             @eclipse.org                                                  
                                                                   Subject 
                                       Re: [eclipse-dev]                   
             25.03.2003 16:08          [eclipse-build]Build I20030324      
                                       (Timestamp:                         
                                       200303241446):Automated JUnit       
             Please respond to         Testing complete.  Test             
             eclipse-dev@eclip         failures/errors occurred.           
                  se.org                                                   
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




The problem is in the 'Example' section of the documentation:

<extension point="org.eclipse.search.searchPages">
      <page
         id="org.eclipse.search.ui.text.TextSearchPage"
         label="Text Search"
         icon="icons/full/obj16/tsearch_pref.gif"
         sizeHint="250,160"
         tabPosition="1"
         extensions="*:1"
         showScopeSection="true"
         class="org.eclipse.search.ui.text.TextSearchPage" <--- missing '>'
      </page>
   </extension>

The 'page' opening tag is not closed after the 'class' attribute.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Platform Components
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854




                      Daniel

                      Megert/Zurich/IBM@        To:
eclipse-dev@xxxxxxxxxxx

                      IBMCH                     cc:

                      Sent by:                  Subject:  Re: [eclipse-dev]
[eclipse-build]Build I20030324 (Timestamp:
                      eclipse-dev-admin@         200303241446):Automated
JUnit Testing complete.  Test failures/errors occurred.
                      eclipse.org



                      03/25/2003 09:53

                      AM

                      Please respond to

                      eclipse-dev










What do you mean by "example"?
How am I supposed to debug this? Is there a log where I can see what the
schema converter identifies as a problem?

Dani



             "Dejan Glozic"
             <dejan@xxxxxxxxxx
             >                                                          To
             Sent by:                  eclipse-dev@xxxxxxxxxxx
             eclipse-dev-admin                                          cc
             @eclipse.org
                                                                   Subject
                                       Re: [eclipse-dev]
             25.03.2003 15:42          [eclipse-build]Build I20030324
                                       (Timestamp:
                                       200303241446):Automated JUnit
             Please respond to         Testing complete.  Test
             eclipse-dev@eclip         failures/errors occurred.
                  se.org









It is true that PDE schema converter is creating font tags. We do it
because we don't see a value in using embedded style sheets and for a
document that is automatically generated.

However if there is a huge cry by the community to change this, we can do
it (although it is in code which is supposedly frozen now).

Having said that, the actual error (missing </font> for <font> tag) is
probably a result of an error in the schema (example). We parser the
example looking for start and end tags in order to provide syntax coloring,
and fail when example is not valid.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Platform Components
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854




                      Daniel

                      Megert/Zurich/IBM@        To:
eclipse-dev@xxxxxxxxxxx

                      IBMCH                     cc:

                      Sent by:                  Subject:  Re: [eclipse-dev]
[eclipse-build]Build I20030324 (Timestamp:
                      eclipse-dev-admin@         200303241446):Automated
JUnit Testing complete.  Test failures/errors occurred.
                      eclipse.org



                      03/25/2003 04:15

                      AM

                      Please respond to

                      eclipse-dev










It looks like the CHKPII error in org_eclipse_search_searchPages.html is ca
used by the PDE schema converter: there are no font tags in the
searchPages.exsd file but after conversion there are. Are font tags
generated by PDE schema converter? We should use structural rather than
formatting tags. Any comments from PDE?
Dani



             sonia_dimitrov@ca
             .ibm.com
             Sent by:                                                   To
             eclipse-dev-admin         eclipse-dev@xxxxxxxxxxx
             @eclipse.org                                               cc

                                                                   Subject
             24.03.2003 23:07          [eclipse-dev] [eclipse-build]Build
                                       I20030324 (Timestamp:
                                       200303241446):Automated JUnit
             Please respond to         Testing complete.  Test
             eclipse-dev@eclip         failures/errors occurred.
                  se.org









Build I20030324 (Timestamp: 200303241446):  Automated JUnit testing is
complete.  Test failures/errors occurred in the following:

org.eclipse.jdt.debug.tests_win32
org.eclipse.releng.tests_linux.motif
org.eclipse.releng.tests_win32

http://download.eclipse.org/downloads/drops/I-I20030324-200303241446/testResults.php





_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top