Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [eclipse-build]Build N20021212 (Timestamp: 200212120010):Compile errors in build

The optimizations don't do anything unless some prefixes are spec'd.  If
the prefixes are spec'd then they are followed to the letter.  So they must
be correct.  If they are incorrect it is very unlikely that the plugin will
work correctly in any sort of test case.  The only thing I can think is
that the Update plugin's prefixes are incorrect and were not tested.
Comment from the Update folks?

Jeff



                                                                                                      
                      "Daniel Megert"                                                                 
                      <Daniel_Megert@oti        To:       eclipse-dev@xxxxxxxxxxx                     
                      .com>                     cc:                                                   
                      Sent by:                  Subject:  Re: [eclipse-dev] [eclipse-build]Build      
                      eclipse-dev-admin@         N20021212 (Timestamp:  200212120010):Compile errors  
                      eclipse.org                in build                                             
                                                                                                      
                                                                                                      
                      12/12/2002 09:35                                                                
                      AM                                                                              
                      Please respond to                                                               
                      eclipse-dev                                                                     
                                                                                                      
                                                                                                      




All tests labeled DNF fail due to plug-in class loader failure in
UpdateManagerPlugin. I assume this has to do with the new class loader
optimization:

     [echo] Running org.eclipse.jdt.ui.tests.AutomatedSuite
     [java] org.eclipse.core.internal.boot.DelegatingLoaderException:
org.eclipse.core.runtime.CoreException[2]:
java.lang.ClassNotFoundException:
org.eclipse.update.internal.core.UpdateManagerPlugin
     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:873)

     [java]       at
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
     [java]       at
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:669)

     [java]       at
org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)

     [java]       at
org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:112)

     [java]       at
org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:190)

     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java(Compiled


Code))
     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:889)

     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:883)

     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:93)

     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:563)

     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:897)

     [java]       at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:869)

     [java]       at
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
     [java]       at
org.eclipse.ui.internal.Workbench.collectFeatures(Workbench.java:1092)
     [java]       at
org.eclipse.ui.internal.Workbench.readFeaturesInfo(Workbench.java:1139)
     [java]       at
org.eclipse.ui.internal.Workbench.getFeaturesInfo(Workbench.java:506)
     [java]       at
org.eclipse.ui.internal.WorkbenchActionBuilder.makeActions(WorkbenchActionBuilder.java:868)

     [java]       at
org.eclipse.ui.internal.WorkbenchActionBuilder.buildActions(WorkbenchActionBuilder.java:193)

     [java]       at
org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:253)
     [java]       at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:779)
     [java]       at
org.eclipse.ui.internal.Workbench.init(Workbench.java:608)
     [java]       at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1379)
     [java]       at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)

     [java]       at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
     [java]       at java.lang.reflect.Method.invoke(Native Method)
     [java]       at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
     [java]       at org.eclipse.core.launcher.Main.run(Main.java:703)
     [java]       at org.eclipse.core.launcher.Main.main(Main.java:539)


Dani



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





Back to the top