Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ide-dev] Issue on Hudson builds

Hi ide-dev,

I'm in the process of adding macro support for the IDE to the incubation but I'm stumbling across a build failure that doesn't seem to make sense for me:


Error:

[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0-SNAPSHOT:compile (default-compile) on project org.eclipse.e4.jdt.scope: Execution default-compile of goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0-SNAPSHOT:compile failed: A required class was missing while executing org.eclipse.tycho:tycho-compiler-plugin:1.1.0-SNAPSHOT:compile: javax/lang/model/element/ModuleElement

(note that the same build had only a few tests failures which were ok previously -- https://hudson.eclipse.org/e4/job/org.eclipse.e4.ui-Gerrit/241/ and I can't see anything I could've done to trigger that error).

Does anyone know something which could've triggered that error or how to fix it?

Thanks,

Fabio

Back to the top