Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20080129-0010 (Timestamp: 200801290010):Compile errors in build

Build N20080129-0010 (Timestamp: 200801290010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.installer_0.1.0.N20080129-0010

Compiler log for org.eclipse.equinox.p2.installer_0.1.0.N20080129-0010 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/installer/InstallUpdateProductOperation.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/installer/InstallUpdateProductOperation.java
 (at line 107)
s = director.install(toInstall, p, null, monitor.newChild(90));
The method install(IInstallableUnit[], Profile, null, SubMonitor) is undefined for the type IDirector
2. ERROR in /src/org/eclipse/equinox/internal/p2/installer/InstallUpdateProductOperation.java
 (at line 111)
s = director.replace(toUninstall, toInstall, p, null, monitor.newChild(90));
The method replace(IInstallableUnit[], IInstallableUnit[], Profile, null, SubMonitor) is undefined for the type IDirector

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