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 I20081027-1800 (Timestamp: 200810271800):Compile errors in build


I'm looking into these compilation errors right now. The problems don't show in my local workspace, it's possible that the projects did not get tagged consistently. This does not affect the quality of the build since it is in a test project.

Chris


From: eclipse-releng@xxxxxxxxxxx
To: platform-releng-dev@xxxxxxxxxxx
Date: 10/28/2008 12:22 AM
Subject: [platform-releng-dev] [eclipse-build]Build I20081027-1800        (Timestamp: 200810271800):Compile errors in build





Build I20081027-1800 (Timestamp: 200810271800):  Compile errors in build.  See attached compile logs.[attachment

ERRORS
top others warnings forbidden warnings discouraged warnings


/base/org/eclipse/ua/tests/AllTests.java : 2 errors :
1. ERROR in /base/org/eclipse/ua/tests/AllTests.java
 (at line 16)
import org.eclipse.ua.tests.browser.AllBrowserTests;
The import org.eclipse.ua.tests.browser cannot be resolved
2. ERROR in /base/org/eclipse/ua/tests/AllTests.java
 (at line 40)
addTest(AllBrowserTests.suite());
AllBrowserTests cannot be resolved




Back to the top