Skip to main content

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


I'll start a rebuild at 11am to address the compile error.

Kim




Bogdan Gheorghe/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

10/24/2006 09:28 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
platform-releng-dev@xxxxxxxxxxx, platform-releng-dev-bounces@xxxxxxxxxxx
Subject
Re: [platform-releng-dev] [eclipse-build]Build        I20061024-0800        (Timestamp: 200610240800):Compile errors in build






I forgot to tag the CVS tests - I have since resubmitted them. This build is still useable from a Team/CVS/Compare standpoint but the CVS tests are going to fail.


- Bogdan



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

10/24/2006 09:01 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[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._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

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