Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20060711-0800 (Timestamp: 200607110800):Compile errors in build

Build I20060711-0800 (Timestamp: 200607110800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.core.tests.runtime_3.2.100.v20060710

Compiler log for org.eclipse.core.tests.runtime_3.2.100.v20060710 : runtimetests.jar.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

/src/org/eclipse/core/tests/internal/runtime/FileLocatorTest.java : 1 error :

1. ERROR in /src/org/eclipse/core/tests/internal/runtime/FileLocatorTest.java
 (at line 53)
URL[] solutions = FileLocator.findEntries(bundle, path, map);
The method findEntries(Bundle, IPath, Map) is undefined for the type FileLocator

Back to the top