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 I20080819-1100 (Timestamp: 200808191100):Compile errors in build


I released this patch to HEAD. Ready for a rebuild!

- Bogdan



Olivier Thomann/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

08/19/2008 02:42 PM

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

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev]        [eclipse-build]Build        I20080819-1100        (Timestamp: 200808191100):Compile        errors in build





I opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=244596 to address
this error with a patch.

Olivier




Jennifer Charland/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2008-08-19 14:32
Please respond to
"Eclipse platform release engineering list."
<platform-releng-dev@xxxxxxxxxxx>


To
"Eclipse platform release engineering list."
<platform-releng-dev@xxxxxxxxxxx>
cc

Subject
Re: [platform-releng-dev] [eclipse-build]Build  I20080819-1100 (Timestamp:
200808191100):Compile errors in build







Please let us know when a fix has been released, and we will do a
re-build.

Thanks

Jenn Charland
IBM Ottawa Lab
2670 Queensview Drive
Ottawa, Ontario
Canada   K2B 8K1
(613) 356-5034

UNIX *is* user-friendly, it's just very choosy about whom it calls  friend



From:
eclipse-releng@xxxxxxxxxxx
To:
platform-releng-dev@xxxxxxxxxxx
Date:
08/19/2008 12:15 PM
Subject:
[platform-releng-dev] [eclipse-build]Build I20080819-1100 (Timestamp:
200808191100):Compile errors in build




Build I20080819-1100 (Timestamp: 200808191100):  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

_______________________________________________
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.cvs.ui_3.3.100.I20080819

Compiler log for org.eclipse.team.cvs.ui_3.3.100.I20080819 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/team/internal/ccvs/ui/operations/DiffOperation.java : 2 errors :

1. ERROR in /src/org/eclipse/team/internal/ccvs/ui/operations/DiffOperation.java
 (at line 420)
printStream.append((char) c);
The method append(char) is undefined for the type PrintStream
2. ERROR in /src/org/eclipse/team/internal/ccvs/ui/operations/DiffOperation.java
 (at line 424)
printStream.append((char) c);
The method append(char) is undefined for the type PrintStream

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