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 N20101101-2000 (Timestamp: 201011012000):Compile errors in build


I think the compile error may be related to the 3.7M3 bundles I released to the builder last night.  I've reverted to the old builder for the integration build.

Kim



Kim Moir/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

11/01/2010 09:52 PM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20101101-2000        (Timestamp: 201011012000):Compile errors in build





Build N20101101-2000 (Timestamp: 201011012000):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.core.runtime.compatibility.registry_3.3.0.N20101101-2000

Compiler log for org.eclipse.core.runtime.compatibility.registry_3.3.0.N20101101-2000 : runtime_registry_compatibility.jar.bin.xml

TOTAL : ERRORS: 13, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/internal/registry/ExtensionHandle.java : 5 errors :

1. ERROR in /src/org/eclipse/core/internal/registry/ExtensionHandle.java
 (at line 13)
import org.eclipse.core.runtime.IPluginDescriptor;
The import org.eclipse.core.runtime.IPluginDescriptor cannot be resolved
2. ERROR in /src/org/eclipse/core/internal/registry/ExtensionHandle.java
 (at line 30)
public IPluginDescriptor getDeclaringPluginDescriptor() throws InvalidRegistryObjectException {
IPluginDescriptor cannot be resolved to a type
3. ERROR in /src/org/eclipse/core/internal/registry/ExtensionHandle.java
 (at line 32)
IPluginDescriptor result = RegistryCompatibilityHelper.getPluginDescriptor(namespace);
IPluginDescriptor cannot be resolved to a type
4. ERROR in /src/org/eclipse/core/internal/registry/ExtensionHandle.java
 (at line 32)
IPluginDescriptor result = RegistryCompatibilityHelper.getPluginDescriptor(namespace);
The method getPluginDescriptor(String) from the type RegistryCompatibilityHelper refers to the missing type IPluginDescriptor
5. ERROR in /src/org/eclipse/core/internal/registry/ExtensionHandle.java
 (at line 38)
result = RegistryCompatibilityHelper.getPluginDescriptor(hosts[0].getSymbolicName());
The method getPluginDescriptor(String) from the type RegistryCompatibilityHelper refers to the missing type IPluginDescriptor

/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java : 3 errors :

1. ERROR in /src/org/eclipse/core/internal/registry/ExtensionPointHandle.java
 (at line 13)
import org.eclipse.core.runtime.IPluginDescriptor;
The import org.eclipse.core.runtime.IPluginDescriptor cannot be resolved
2. ERROR in /src/org/eclipse/core/internal/registry/ExtensionPointHandle.java
 (at line 28)
public IPluginDescriptor getDeclaringPluginDescriptor() {
IPluginDescriptor cannot be resolved to a type
3. ERROR in /src/org/eclipse/core/internal/registry/ExtensionPointHandle.java
 (at line 29)
return RegistryCompatibilityHelper.getPluginDescriptor(getContributor().getName());
The method getPluginDescriptor(String) from the type RegistryCompatibilityHelper refers to the missing type IPluginDescriptor

/src/org/eclipse/core/internal/registry/RegistryCompatibilityHelper.java : 3 errors :

1. ERROR in /src/org/eclipse/core/internal/registry/RegistryCompatibilityHelper.java
 (at line 14)
import org.eclipse.core.runtime.IPluginDescriptor;
The import org.eclipse.core.runtime.IPluginDescriptor cannot be resolved
2. ERROR in /src/org/eclipse/core/internal/registry/RegistryCompatibilityHelper.java
 (at line 37)
public synchronized static IPluginDescriptor getPluginDescriptor(String pluginId) {
IPluginDescriptor cannot be resolved to a type
3. ERROR in /src/org/eclipse/core/internal/registry/RegistryCompatibilityHelper.java
 (at line 47)
return (IPluginDescriptor) getPluginDescriptor.invoke(oldInternalPlatform, new Object[] {pluginId});
IPluginDescriptor cannot be resolved to a type

/src/org/eclipse/core/runtime/IExtension.java : 1 error :

1. ERROR in /src/org/eclipse/core/runtime/IExtension.java
 (at line 180)
public IPluginDescriptor getDeclaringPluginDescriptor() throws InvalidRegistryObjectException;
IPluginDescriptor cannot be resolved to a type

/src/org/eclipse/core/runtime/IExtensionPoint.java : 1 error :

1. ERROR in /src/org/eclipse/core/runtime/IExtensionPoint.java
 (at line 205)
public IPluginDescriptor getDeclaringPluginDescriptor() throws InvalidRegistryObjectException;
IPluginDescriptor cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top