Skip to main content

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

Build N20060729-0010 (Timestamp: 200607290010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ua.tests_3.2.100.N20060729-0010

Compiler log for org.eclipse.ua.tests_3.2.100.N20060729-0010 : ua-tests.jar.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

/help/org/eclipse/ua/tests/help/toc/RemoteTocParserTest.java : 3 errors :

1. ERROR in /help/org/eclipse/ua/tests/help/toc/RemoteTocParserTest.java
 (at line 23)
import org.eclipse.help.internal.webapp.servlet.TocSerializer;
The import org.eclipse.help.internal.webapp.servlet cannot be resolved
2. ERROR in /help/org/eclipse/ua/tests/help/toc/RemoteTocParserTest.java
 (at line 40)
String expected = TocSerializer.serialize(contributions, locale);
TocSerializer cannot be resolved
3. ERROR in /help/org/eclipse/ua/tests/help/toc/RemoteTocParserTest.java
 (at line 48)
String actual = TocSerializer.serialize(parsedContributions, locale);
TocSerializer cannot be resolved

Back to the top