Skip to main content

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

Build I20091215-0800 (Timestamp: 200912150800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ui.examples.javaeditor_3.1.100.v20091215-0800

Compiler log for org.eclipse.ui.examples.javaeditor_3.1.100.v20091215-0800 : templateeditorexample.jar.bin.xml

TOTAL : ERRORS: 7, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java : 5 errors :

1. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java
 (at line 31)
setSourceViewerConfiguration(new XMLConfiguration(colorManager));
XMLConfiguration cannot be resolved to a type
2. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java
 (at line 32)
setDocumentProvider(new XMLDocumentProvider());
XMLDocumentProvider cannot be resolved to a type
3. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java
 (at line 45)
action.setText(TemplateMessages.getString("Editor.template_proposals_action.label")); //$NON-NLS-1$
TemplateMessages cannot be resolved
4. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java
 (at line 46)
action.setToolTipText(TemplateMessages.getString("Editor.template_proposals_action.tooltip")); //$NON-NLS-1$
TemplateMessages cannot be resolved
5. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java
 (at line 47)
action.setDescription(TemplateMessages.getString("Editor.template_proposals_action.description")); //$NON-NLS-1$
TemplateMessages cannot be resolved

/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditorUI.java : 2 errors :

1. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditorUI.java
 (at line 27)
import org.eclipse.ui.examples.templateeditor.template.XMLContextType;
The import org.eclipse.ui.examples.templateeditor.template cannot be resolved
2. ERROR in /Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditorUI.java
 (at line 88)
fRegistry.addContextType(XMLContextType.XML_CONTEXT_TYPE);
XMLContextType cannot be resolved to a variable

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