Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Build problem Gerrit/Hudson

Hi Frank,

yes, that's a problem in the build configuration: 
in times when all builds are run as I-Builds, we don't get any updates from JDT/Core by looking at the N-build repo.
I don't know if this can be changed in the hudson configuration or needs to be handled in some parent-pom.

Are you able to run tests locally until M7 is done?

Stephan



----- ursprüngliche Nachricht ---------

Subject: [jdt-ui-dev] Build problem Gerrit/Hudson
Date: Mi 29 Apr 2015 09:18:02 CEST
From: Frank Benoit<keinfarbton@xxxxxxxxx>
To: jdt-ui-dev@xxxxxxxxxxx

Hi

there is currently a build problem in the Hudson build:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.0-SNAPSHOT:compile (default-compile) on project org.eclipse.jdt.ui: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.platform/eclipse.jdt.ui-Gerrit/workspace/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java:[1585]
[ERROR] contextBinding= methodBinding.getDeclaringMember();
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getDeclaringMember() is undefined for the type IMethodBinding
[ERROR] /jobs/genie.platform/eclipse.jdt.ui-Gerrit/workspace/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java:[1597]
[ERROR] contextBinding= currentClass.getDeclaringMember();
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getDeclaringMember() is undefined for the type ITypeBinding
[ERROR] /jobs/genie.platform/eclipse.jdt.ui-Gerrit/workspace/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLinkedLabelComposer.java:[113]
[ERROR] IBinding declaringMember= method.getDeclaringMember();
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getDeclaringMember() is undefined for the type IMethodBinding
[ERROR] /jobs/genie.platform/eclipse.jdt.ui-Gerrit/workspace/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLinkedLabelComposer.java:[337]
[ERROR] IBinding declaringMember= declaringMethod.getDeclaringMember();

It uses the nightly build from jdt.core, but it looks to me, jdt.ui depends on a newer update in jdt.core.

If this is fixed, could someone with the privileges retrigger the build for
https://git.eclipse.org/r/#/c/46483/


thx Frank


---- ursprüngliche Nachricht Ende ----

Back to the top