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

I managed to solve this issue. Turns out something was messed up with my eclipse.platform.text repo so I had to delete the submodule / reimport it which got it fixed.


Thanh


On 05/09/2012 09:24 AM, Thanh Ha wrote:
[INFO] org.eclipse.jface.text ............................ SUCCESS [3.080s]

Looks like org.eclipse.jface.text is successfully built before org.eclipse.jdk.ui. What's strange is both modules "eclipse.jdk.ui" and "eclipse.platform.text" are the same  branches I used in my R3 aggregator which built successfully.


Thanh


On 05/09/2012 07:10 AM, Paul Webster wrote:
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


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev



_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top