Skip to main content

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

Build I20061024-0800 (Timestamp: 200610240800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.team.tests.cvs.core_3.1.0

Compiler log for org.eclipse.team.tests.cvs.core_3.1.0 : cvstests.jar.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

/src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java : 1 error :

1. ERROR in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java
 (at line 58)
IEditorInput input = OpenInCompareAction.openCompareEditor(ModelParticipantSyncInfoSource.getParticipant(subscriber), element, false, new DialogSynchronizePageSite(Utils.getShell(null), false));
The method openCompareEditor(ISynchronizePageConfiguration, Object, boolean) in the type OpenInCompareAction is not applicable for the arguments (ModelSynchronizeParticipant, Object, boolean, DialogSynchronizePageSite)

Back to the top