Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] nightly build issues


The nightly builds have had a very large number of compile errors lately.

http://download.eclipse.org/eclipse/downloads/master/downloads/drops/N20061123-0010/testResults.php

The tests cannot run because eclipse cannot start.  Here is the the log.  The log is the same error that occured in the the I20061121-0800 build when there was a problem with the version of org.eclipse.osgi was released to the build.  Could the core team please look at the this and determine if there is still an issue with the osgi contribution.

-bash-3.00$ cat 1164267605912.log
!SESSION Thu Nov 23 02:40:05 EST 2006 ------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 2006-11-23 02:40:05.953
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.Error: Unresolved compilation problems:
        EclipseAdaptorMsg cannot be resolved
        FrameworkProperties cannot be resolved
        FrameworkLogEntry cannot be resolved to a type
        FrameworkLogEntry cannot be resolved to a type
        FrameworkLogEntry cannot be resolved
        EclipseAdaptorMsg cannot be resolved
        EclipseAdaptorMsg cannot be resolved
        log cannot be resolved
        log cannot be resolved
        FrameworkProperties cannot be resolved
        FrameworkLogEntry cannot be resolved to a type
        FrameworkLogEntry cannot be resolved to a type
        FrameworkLogEntry cannot be resolved
        EclipseAdaptorMsg cannot be resolved
        log cannot be resolved
        log cannot be resolved
        FrameworkProperties cannot be resolved
        FrameworkProperties cannot be resolved
        FrameworkProperties cannot be resolved
        FrameworkProperties cannot be resolved
        NLS cannot be resolved
        EclipseAdaptorMsg cannot be resolved
        log cannot be resolved
        log cannot be resolved

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:285)
        at org.eclipse.core.launcher.Main.run(Main.java:987)
        at org.eclipse.core.launcher.Main.main(Main.java:962)

thanks
Kim

Back to the top