Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] M6 removed features

I'm able to get further in the build now and am now running into what appears 
to be a code issue (error output below).

It seems one of the java files are trying to call SWT.SCROLLBAR_OVERLAY which 
appears to not exist. I'm using these tags for the related submodules:

eclipse.platform.swt: v3823a
eclipse.platform.text: v20120312-1543


Thanh


-----
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-
plugin:0.14.1:compile (default-compile) on project org.eclipse.jface.text: 
Compilation failure: Compilation failure:
[ERROR] /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/SourceViewer.java:
[130,0]
[ERROR] if ((textWidget.getScrollbarsMode() & SWT.SCROLLBAR_OVERLAY) != 0)
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getScrollbarsMode() is undefined for the type StyledText
[ERROR] /home/user/Downloads/eclipse2/R3_platform-
aggregator/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/SourceViewer.java:
[130,0]
[ERROR] if ((textWidget.getScrollbarsMode() & SWT.SCROLLBAR_OVERLAY) != 0)
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] SCROLLBAR_OVERLAY cannot be resolved or is not a field
[ERROR] 2 problems (2 errors)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
-----


Back to the top