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 M20081112-0800 (Timestamp: 200811120800):Compile errors in build


The p2 compile error was caused by the same tag being used in both HEAD and 3.4.x branches. The tag has been fixed and we are ready for a rebuild.

John



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

11/12/2008 09:17 AM

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 M20081112-0800        (Timestamp: 200811120800):Compile errors in build





Build M20081112-0800 (Timestamp: 200811120800):  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.equinox.p2.core_1.0.4.v20081110

Compiler log for org.eclipse.equinox.p2.core_1.0.4.v20081110 : @dot.bin.xml

TOTAL : ERRORS: 55, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java : 55 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 17)
import org.eclipse.core.runtime.preferences.ConfigurationScope;
The import org.eclipse.core.runtime.preferences cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 24)
import org.osgi.service.prefs.BackingStoreException;
The import org.osgi.service.prefs cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 25)
import org.osgi.service.prefs.Preferences;
The import org.osgi.service.prefs cannot be resolved
4. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 82)
IProvisioningEventBus bus = (IProvisioningEventBus) ServiceHelper.getService(Activator.getContext(), IProvisioningEventBus.SERVICE_NAME);
The method getContext() is undefined for the type Activator
5. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 98)
String key = getKey(repository.getLocation());
The method getKey(URI) in the type AbstractRepositoryManager is not applicable for the arguments (URL)
6. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 108)
info.location = repository.getLocation();
Type mismatch: cannot convert from URL to URI
7. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 116)
broadcastChangeEvent(repository.getLocation(), IRepository.TYPE_METADATA, RepositoryEvent.ADDED, true);
The method broadcastChangeEvent(URI, int, int, boolean) in the type AbstractRepositoryManager is not applicable for the arguments (URL, int, int, boolean)
8. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 188)
IProvisioningEventBus bus = (IProvisioningEventBus) ServiceHelper.getService(Activator.getContext(), IProvisioningEventBus.class.getName());
The method getContext() is undefined for the type Activator
9. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 190)
bus.publishEvent(new RepositoryEvent(location, repositoryType, kind, isEnabled));
The constructor RepositoryEvent(URI, int, int, boolean) is undefined
10. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 252)
IExtension extension = RegistryFactory.getRegistry().getExtension(getRepositoryProviderExtensionPointId(), type);
IExtension cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 252)
IExtension extension = RegistryFactory.getRegistry().getExtension(getRepositoryProviderExtensionPointId(), type);
RegistryFactory cannot be resolved
12. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 275)
protected Object createExecutableExtension(IExtension extension, String element) {
IExtension cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 276)
IConfigurationElement[] elements = extension.getConfigurationElements();
IConfigurationElement cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 335)
protected abstract IRepository factoryCreate(URI location, String name, String type, Map properties, IExtension extension) throws ProvisionException;
IExtension cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 341)
protected abstract IRepository factoryLoad(URI location, IExtension extension, SubMonitor monitor) throws ProvisionException;
IExtension cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 347)
msg = NLS.bind(Messages.repoMan_exists, location);
Messages.repoMan_exists cannot be resolved
17. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 350)
msg = NLS.bind(Messages.repoMan_unknownType, location);
Messages.repoMan_unknownType cannot be resolved
18. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 353)
msg = NLS.bind(Messages.repoMan_failedRead, location);
Messages.repoMan_failedRead cannot be resolved
19. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 356)
msg = NLS.bind(Messages.repoMan_notExists, location);
Messages.repoMan_notExists cannot be resolved
20. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 360)
msg = Messages.repoMan_internalError;
Messages.repoMan_internalError cannot be resolved
21. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 364)
protected IExtension[] findMatchingRepositoryExtensions(String suffix, String type) {
IExtension cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 365)
IConfigurationElement[] elt = null;
IConfigurationElement cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 367)
IExtension ext = RegistryFactory.getRegistry().getExtension(getRepositoryProviderExtensionPointId(), type);
IExtension cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 367)
IExtension ext = RegistryFactory.getRegistry().getExtension(getRepositoryProviderExtensionPointId(), type);
RegistryFactory cannot be resolved
25. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 368)
elt = (ext != null) ? ext.getConfigurationElements() : new IConfigurationElement[0];
IConfigurationElement cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 370)
elt = RegistryFactory.getRegistry().getConfigurationElementsFor(getRepositoryProviderExtensionPointId());
RegistryFactory cannot be resolved
27. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 384)
IExtension[] results = new IExtension[count];
IExtension cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 384)
IExtension[] results = new IExtension[count];
IExtension cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 393)
IConfigurationElement[] elements = RegistryFactory.getRegistry().getConfigurationElementsFor(getRepositoryProviderExtensionPointId());
IConfigurationElement cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 393)
IConfigurationElement[] elements = RegistryFactory.getRegistry().getConfigurationElementsFor(getRepositoryProviderExtensionPointId());
RegistryFactory cannot be resolved
31. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 452)
private Preferences getPreferences() {
Preferences cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 453)
return new ConfigurationScope().getNode(getBundleId()).node(NODE_REPOSITORIES);
ConfigurationScope cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 459)
private URI getRepositoryLocation(Preferences node) {
Preferences cannot be resolved to a type
34. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 547)
SubMonitor sub = SubMonitor.convert(monitor, NLS.bind(Messages.repoMan_adding, location), suffixes.length * 100);
Messages.repoMan_adding cannot be resolved
35. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 582)
IExtension[] providers = findMatchingRepositoryExtensions(suffix, type);
IExtension cannot be resolved to a type
36. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 582)
IExtension[] providers = findMatchingRepositoryExtensions(suffix, type);
The method findMatchingRepositoryExtensions(String, String) from the type AbstractRepositoryManager refers to the missing type IExtension
37. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 626)
addRepository(event.getRepositoryLocation(), event.isRepositoryEnabled(), true);
The method addRepository(IRepository, boolean, String) in the type AbstractRepositoryManager is not applicable for the arguments (URL, boolean, boolean)
38. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 634)
protected boolean putValue(Preferences node, String key, String newValue) {
Preferences cannot be resolved to a type
39. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 650)
Preferences node = getPreferences().node(getKey(repository.getLocation()));
Preferences cannot be resolved to a type
40. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 650)
Preferences node = getPreferences().node(getKey(repository.getLocation()));
The method getPreferences() from the type AbstractRepositoryManager refers to the missing type Preferences
41. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 650)
Preferences node = getPreferences().node(getKey(repository.getLocation()));
The method getKey(URI) in the type AbstractRepositoryManager is not applicable for the arguments (URL)
42. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 669)
Preferences node = getPreferences().node(getKey(info.location));
Preferences cannot be resolved to a type
43. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 669)
Preferences node = getPreferences().node(getKey(info.location));
The method getPreferences() from the type AbstractRepositoryManager refers to the missing type Preferences
44. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 714)
if (Tracing.DEBUG_REMOVE_REPO) {
Tracing.DEBUG_REMOVE_REPO cannot be resolved
45. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 719)
getPreferences().node(repoKey).removeNode();
The method getPreferences() from the type AbstractRepositoryManager refers to the missing type Preferences
46. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 721)
} catch (BackingStoreException e) {
BackingStoreException cannot be resolved to a type
47. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 735)
Preferences node = getPreferences();
Preferences cannot be resolved to a type
48. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 735)
Preferences node = getPreferences();
The method getPreferences() from the type AbstractRepositoryManager refers to the missing type Preferences
49. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 739)
} catch (BackingStoreException e) {
BackingStoreException cannot be resolved to a type
50. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 744)
Preferences child = node.node(children[i]);
Preferences cannot be resolved to a type
51. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 762)
String locationString = Activator.getContext().getProperty(getRepositorySystemProperty());
The method getContext() is undefined for the type Activator
52. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 799)
getPreferences().flush();
The method getPreferences() from the type AbstractRepositoryManager refers to the missing type Preferences
53. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 800)
} catch (BackingStoreException e) {
BackingStoreException cannot be resolved to a type
54. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 818)
broadcastChangeEvent(location, getRepositoryType(), RepositoryEvent.ENABLEMENT, enablement);
RepositoryEvent.ENABLEMENT cannot be resolved
55. ERROR in /src/org/eclipse/equinox/internal/p2/core/helpers/AbstractRepositoryManager.java
 (at line 825)
IProvisioningEventBus bus = (IProvisioningEventBus) ServiceHelper.getService(Activator.getContext(), IProvisioningEventBus.SERVICE_NAME);
The method getContext() is undefined for the type Activator

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
Title: Compiler log for org.eclipse.jdt.compiler.apt_1.0.101.R34x_v20081108-1950

Compiler log for org.eclipse.jdt.compiler.apt_1.0.101.R34x_v20081108-1950 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java : 1 error :

1. ERROR in /src/org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.java
 (at line 96)
((SourceTypeBinding) fieldBinding.declaringClass).resolveTypeFor(fieldBinding);
The method resolveTypeFor(FieldBinding) from the type SourceTypeBinding is not visible

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