Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI Rebasing platform to M7

On Tue, May 8, 2012 at 11:15 PM, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:
Hi Everyone,

I'm rebasing the R4 branch to M7 now and ran into a compile error below. Any ideas on what might be causing this?

Thanks,


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.eclipse.jdt.ui: Compilation failure: Compilation failure:
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java:[307,0]
[ERROR] fAssistant.setSorter(null);
[ERROR] ^^^^^^^^^
[ERROR] The method setSorter(null) is undefined for the type ContentAssistant


ContentAssistant is in org.eclipse.jface.text and has that method.  Same with "The import org.eclipse.jface.text.contentassist.ICompletionProposalSorter cannot be resolved"  Maybe this compilation is not picking up that bundle from the build.  Is it built before this bundle?

PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top