Hi,
When looking at the CI job that creates Gerrit votes (
https://hudson.eclipse.org/platform/job/rt.equinox.framework-Gerrit/84/console
), I noticed the following 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.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-launcher-natives) on project org.eclipse.equinox.launcher.gtk.solaris.x86_64: An Ant BuildException has occured: /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.solaris.x86_64 does not exist.
around Ant part ...<copy todir="." overwrite="true">... @ 4:36 in /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/antrun/build-main.xml
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-launcher-natives) on project org.eclipse.equinox.launcher.gtk.solaris.x86_64: An Ant BuildException has occured: /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.solaris.x86_64 does not exist.
[ERROR] around Ant part ...<copy todir="." overwrite="true">... @ 4:36 in /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/antrun/build-main.xml
Does this mean that the rt.equinox.framework repo now needs the
rt.equinox.binaries sources in order to build?
The command used by build is "mvn clean verify
-Pbuild-individual-bundle -DskipTests=true -Dmaven.test.skip=true"
|