Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tm-dev] [Compilation errors for org.eclipse.tm.terminal.view]

Hello All,

I have managed to almost get a good build for RSE 3.2.3,

The following is a compilation error Im getting on Hudson,
Do anybody could help me out here, maybe the wrong version of the code is
being picked up,

Im building the following version from CVS R32x_v201102011435 (currently in
my Gerrit Branch R3_2_maintenance)


Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on
project org.eclipse.tm.terminal.view: Compilation failure: Compilation
failure:
[ERROR] /opt/users/hudsonbuild/.hudson/jobs/target-management/workspace/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalPreferencePage.java:[70,0]

[ERROR] PREF_INVERT_COLORS, ViewMessages.INVERT_COLORS,
[ERROR] ^^^^^^^^^^^^^
[ERROR] INVERT_COLORS cannot be resolved or is not a field
[ERROR] /opt/users/hudsonbuild/.hudson/jobs/target-management/workspace/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalPreferencePage.java:[73,0]

[ERROR] ViewMessages.BUFFERLINES, getFieldEditorParent());
[ERROR] ^^^^^^^^^^^
[ERROR] BUFFERLINES cannot be resolved or is not a field
[ERROR] /opt/users/hudsonbuild/.hudson/jobs/target-management/workspace/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalPreferencePage.java:[75,0]

[ERROR] PREF_TIMEOUT_SERIAL, ViewMessages.SERIALTIMEOUT,
[ERROR] ^^^^^^^^^^^^^
[ERROR] SERIALTIMEOUT cannot be resolved or is not a field
[ERROR] /opt/users/hudsonbuild/.hudson/jobs/target-management/workspace/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalPreferencePage.java:[78,0]

[ERROR] PREF_TIMEOUT_NETWORK, ViewMessages.NETWORKTIMEOUT,

Regards,

Jose Manuel Garcia Maciel



Back to the top