Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20050518-0010 (Timestamp: 200505180010):Automated JUnit testing complete. Test failures/errors occurred.

Note that the corruption of the plugin.xml has another consequence: you
cannot see the source attached to jars through the PDE container.



                                                                           
             Dirk                                                          
             Baeumer/Zurich/IB                                             
             M@IBMCH                                                    To 
             Sent by:                  "Eclipse platform release           
             platform-releng-d         engineering list."                  
             ev-bounces@eclips         <platform-releng-dev@xxxxxxxxxxx>   
             e.org                                                      cc 
                                                                           
                                                                   Subject 
             05/18/2005 03:23          Re: [platform-releng-dev]           
             PM                        [eclipse-build]Build                
                                       N20050518-0010      (Timestamp:     
                                       200505180010):Automated   JUnit     
             Please respond to         testing complete.   Test            
             "Eclipse platform         failures/errors occurred.           
                  release                                                  
                engineering                                                
                  list."                                                   
                                                                           
                                                                           
                                                                           




The chkpii tool is complaining about a missing > for the plugin xml
element.
However  the plugin.xml file in HEAD looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<plugin
  name="%pluginName"
  id="org.eclipse.jdt.source"
  version="3.0.0"
  provider-name="%providerName">

  <extension point = "org.eclipse.pde.core.source">
     <location path="src" />
  </extension>

</plugin>

Interestingly when importing the jdt.source plug-in using PDE import
with N20050518-0010 I get:

<?xml version="1.0" encoding="UTF-8"?>
<plugin

  <extension point = "org.eclipse.pde.core.source">
     <location path="src" />
  </extension>

</plugin>

which is indeed corrupted. Opened bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=95742

Does chkpii import the projects ?

Dirk




             Kim Moir
             <Kim_Moir@xxxxxx.
             com>                                                       To
             Sent by:                  "Eclipse platform release
             platform-releng-d         engineering list."
             ev-bounces@eclips         <platform-releng-dev@xxxxxxxxxxx>
             e.org                                                      cc

                                                                   Subject
             18.05.2005 15:10          Re: [platform-releng-dev]
                                       [eclipse-build]Build
                                       N20050518-0010  (Timestamp:
             Please respond to         200505180010):Automated     JUnit
             "Eclipse platform         testing complete.     Test
                  release              failures/errors occurred.
                engineering
                  list."
             <platform-releng-
             dev@xxxxxxxxxxx>







The releng test failures are a result of chkpii failures in

org.eclipse.pde.source
org.eclipse.jdt.source
org.eclipse.platform.source

Kim



 eclipse-releng@ec
 lipse.org
 Sent by:                                                               To
 platform-releng-d              platform-releng-dev@xxxxxxxxxxx
 ev-bounces@eclips                                                      cc
 e.org
                                                                   Subject
                                [platform-releng-dev] [eclipse-build]Build
 05/18/2005 06:33               N20050518-0010        (Timestamp:
 AM                             200505180010):Automated JUnit testing
                                complete.        Test failures/errors
                                occurred.
   Please respond
         to
      "Eclipse
  platform release
    engineering
       list."









Build N20050518-0010 (Timestamp: 200505180010):  Automated JUnit testing is
complete.  Test failures/errors occurred in the following:

org.eclipse.jdt.core.tests.compiler_winxp
org.eclipse.releng.tests_linux.gtk
org.eclipse.releng.tests_winxp
org.eclipse.update.tests.core_linux.gtk
org.eclipse.update.tests.core_winxp

HTTP Download:

                http://download.eclipse.org/downloads/drops/N20050518-0010

FTP Download:

                user: anonymous
                password: (e-mail address or leave blank)
                server:  download.eclipse.org
                cd to directory:  N20050518-0010

                or

                ftp://download.eclipse.org/N20050518-0010
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top