Skip to main content

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

Build N20060411-0010 (Timestamp: 200604110010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.help.webapp_3.2.0.N20060411-0010

Compiler log for org.eclipse.help.webapp_3.2.0.N20060411-0010 : webapp.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

/src/org/eclipse/help/internal/webapp/WebappResources.java : 2 errors :

1. ERROR in /src/org/eclipse/help/internal/webapp/WebappResources.java
 (at line 13)
import com.ibm.icu.text.MessageFormat;
The import com.ibm.icu cannot be resolved
2. ERROR in /src/org/eclipse/help/internal/webapp/WebappResources.java
 (at line 65)
stringFromPropertiesFile = MessageFormat.format(
MessageFormat cannot be resolved

Back to the top