Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Fw: [eclipse-build]Build N20110315-1415 (Timestamp: 201103151415):Compile errors in build

I was running a test build this afternoon and saw this error, thought I'd pass it along in case it hadn't been fixed in HEAD.

Kim


----- Forwarded by Kim Moir/Ottawa/IBM on 03/15/2011 03:41 PM -----

From:        Kim Moir/Ottawa/IBM@IBMCA
To:        Kim Moir/Ottawa/IBM@IBMCA
Date:        03/15/2011 03:37 PM
Subject:        [eclipse-build]Build N20110315-1415 (Timestamp:  201103151415):Compile errors in build




Build N20110315-1415 (Timestamp: 201103151415):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.100.N20110315-1415

Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.100.N20110315-1415 : @dot.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.ui.sdk.RevertProfilePageWithCompare;
The import org.eclipse.equinox.internal.p2.ui.sdk.RevertProfilePageWithCompare cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 52)
RevertProfilePageWithCompare page;
RevertProfilePageWithCompare cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 60)
page = new RevertProfilePageWithCompare();
RevertProfilePageWithCompare cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 60)
page = new RevertProfilePageWithCompare();
RevertProfilePageWithCompare cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 61)
page.createControl(composite);
RevertProfilePageWithCompare 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