Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tm-dev] Issues building org.eclipse.tm.terminal.view [3.2.x]

Hello All,

I'm setting up the builds for 3.2.x and 3.0.x
but Im facing a couple of issues if somebody could review the project
org.eclipse.tm.terminal.view that would be great.

there are some compilation issues ( the hudson build with the full log is
at https://hudson.eclipse.org/sandbox/job/target-management/12/console)

here is the last change made to the 3.2.x branch
https://git.eclipse.org/r/#/c/9141/

[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception
(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1]
org.apache.maven.lifecycle.LifecycleExecutionException: 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
[DEBUG] Closing connection to remote
[ERROR] 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,
[ERROR] ^^^^^^^^^^^^^^
[ERROR] NETWORKTIMEOUT cannot be resolved or is not a field
[ERROR] 4 problems (4 errors)
[ERROR] -> [Help 1]



Regards,

Jose Manuel Garcia Maciel



Back to the top