Skip to main content

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

Hi Jose,

Looks like your branch isn't clean. If I switch to "R3_2_maintenance", the plugins builds fine. Have attached the ViewMessages file I've found at that branch, which contains the constants you miss.

Best regards, Uwe


> -----Original Message-----
> From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Jose Manuel
> Garcia Maciel/Mexico/IBM
> Sent: Donnerstag, 06. Dezember 2012 16:29
> To: TM project developer discussions
> Subject: [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
> 
> _______________________________________________
> tm-dev mailing list
> tm-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tm-dev

Attachment: ViewMessages.java
Description: ViewMessages.java

Attachment: ViewMessages.properties
Description: ViewMessages.properties


Back to the top