Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Failure at the end of repository generation

I'm trying to do a build from the R4_3_maintenance branch and at the end of the build I get the error below. The org.eclpse.jetty.* plug-ins don't appear to be built by the CBI build itself, so is this just a temporary server availability issue, or a configuration problem?

Thanks,
Terry

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products (default-publish-products) on project eclipse.platform.repository: Execution default-publish-products of goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.continuation [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.http [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.io [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.security [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.server [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.servlet [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.util [8.1.10.v20130312].", "No solution found because the problem is unsatisfiable."] -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products (default-publish-products) on project eclipse.platform.repository: Execution default-publish-products of goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.continuation [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.http [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.io [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.security [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.server [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.servlet [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.util [8.1.10.v20130312].", "No solution found because the problem is unsatisfiable."]

--Terr

Back to the top