[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [platform-releng-dev] [eclipse-build]Build M20081126-0905 (Timestamp: 200811260905):Compile errors in build
|
Since they are only examples,these compile errors don't affect the quality of the build.
A code change in HEAD calls api not available in the 3.4 stream. We've branched the examples plugin so that this doesn't happen again.
Kevin Barnes
eclipse-releng@xxxxxxxxxxx
eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
11/26/2008 10:25 AM
Please respond to
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx> |
|
|
Build M20081126-0905 (Timestamp: 200811260905): Compile errors in build. See attached compile logs.(See attached file: org.eclipse.swt.examples.ole.win32_3.1.100.v3451-olewin32.jar.bin.html)(See attached file: org.eclipse.swt.examples_3.4.0-swtexamples.jar.bin.html)_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



Title: Compiler log for org.eclipse.swt.examples.ole.win32_3.1.100.v3451
Compiler log for org.eclipse.swt.examples.ole.win32_3.1.100.v3451 : olewin32.jar.bin.xml
TOTAL : ERRORS: 1, WARNINGS: 0
ERRORS
/src/org/eclipse/swt/examples/ole/win32/OLEExample.java : 1 error :
1. ERROR in /src/org/eclipse/swt/examples/ole/win32/OLEExample.java
(at line 79)
return new OleControlSite(frame, SWT.NONE, progID, file);
The constructor OleControlSite(OleFrame, int, String, File) is undefined
|
OTHER WARNINGS
FORBIDDEN ACCESS WARNINGS
DISCOURAGED ACCESS WARNINGS
Title: Compiler log for org.eclipse.swt.examples_3.4.0
Compiler log for org.eclipse.swt.examples_3.4.0 : swtexamples.jar.bin.xml
TOTAL : ERRORS: 19, WARNINGS: 0
ERRORS
/src/org/eclipse/swt/examples/texteditor/TextEditor.java : 19 errors :
1. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 119)
style.data = control;
style.data cannot be resolved or is not a field
|
2. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 132)
style.data = image;
style.data cannot be resolved or is not a field
|
3. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 797)
styledText.invokeAction(ST.TOGGLE_BLOCKSELECTION);
ST.TOGGLE_BLOCKSELECTION cannot be resolved
|
4. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 937)
Object data = "">style.data;
style.data cannot be resolved or is not a field
|
5. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1064)
style.underlineStyle = SWT.UNDERLINE_LINK;
SWT.UNDERLINE_LINK cannot be resolved
|
6. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1065)
style.data = link;
style.data cannot be resolved or is not a field
|
7. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1103)
if (link == range.data) {
range.data cannot be resolved or is not a field
|
8. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1133)
Object data = "">style.data;
style.data cannot be resolved or is not a field
|
9. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1227)
Object data = "">data;
data cannot be resolved or is not a field
|
10. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1425)
int[] ranges = styledText.getSelectionRanges();
The method getSelectionRanges() is undefined for the type StyledText
|
11. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1478)
newRange.underlineStyle = SWT.UNDERLINE_LINK;
SWT.UNDERLINE_LINK cannot be resolved
|
12. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1479)
newRange.data = link;
newRange.data cannot be resolved or is not a field
|
13. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1562)
mergedRange.underline = !range.underline || range.underlineStyle != newRange.underlineStyle || range.data != newRange.data;
range.data cannot be resolved or is not a field
|
14. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1562)
mergedRange.underline = !range.underline || range.underlineStyle != newRange.underlineStyle || range.data != newRange.data;
newRange.data cannot be resolved or is not a field
|
15. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1572)
mergedRange.data = mergedRange.underline ? newRange.data : null;
mergedRange.data cannot be resolved or is not a field
|
16. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1572)
mergedRange.data = "" ? newRange.data : null;
newRange.data cannot be resolved or is not a field
|
17. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1677)
case SWT.UNDERLINE_LINK:
SWT.UNDERLINE_LINK cannot be resolved
|
18. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1679)
link = (String)range.data;
range.data cannot be resolved or is not a field
|
19. ERROR in /src/org/eclipse/swt/examples/texteditor/TextEditor.java
(at line 1682)
if (range.underlineStyle != SWT.UNDERLINE_LINK) {
SWT.UNDERLINE_LINK cannot be resolved
|
OTHER WARNINGS
FORBIDDEN ACCESS WARNINGS
DISCOURAGED ACCESS WARNINGS