Community
Participate
Working Groups
Trying to build Savara Tools based on upstream BPMN2 Modeler failed recently: [WARNING] Failed to access p2 repository bpmn2editor (http://download.eclipse.org/bpmn2-modeler/site/), will try to use local cache. Reason: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.eclipse.org/bpmn2-modeler/site/. [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT [ERROR] Missing requirement: site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT requires 'org.eclipse.bpmn2.modeler.feature.feature.group 0.0.0' but it could not be found [ERROR] [ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT to org.eclipse.bpmn2.modeler.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT to org.eclipse.bpmn2.modeler.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."] http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.3.indigo/job/savara-tools-eclipse-master/314/console The folder contains only an index.html and a web/ subfolder w/ css, xsl and an image. Seems the last time you built this, the site didn't publish any jars (plugin, feature, or metadata).
In fact I can't find any update site in any of the folders under your project's folder on download.eclipse.org, except this one, with rather OLD content: 1030 nickb@build:~/downloads/bpmn2-modeler $ find . -name "*.jar*" ./bpmn2/site/artifacts.jar ./bpmn2/site/content.jar ./bpmn2/site/features/org.eclipse.bpmn2.feature_0.7.0.201106271450.jar ./bpmn2/site/plugins/org.eclipse.bpmn2_0.7.0.201106271450.jar ./bpmn2/site/plugins/org.eclipse.bpmn2.edit_0.7.0.201106271450.jar ./bpmn2/site/plugins/org.eclipse.bpmn2.editor_0.7.0.201106271450.jar
Downstream issue: https://issues.jboss.org/browse/SAVARA-272
Initial upstream req mirror, pulled from two upstream nightly sites (in Eclipse Hudson): http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/20120105-0830/ For reference, here's the script to regen the site (or to pull from upstream PUBLISHED sites on download.eclipse.org): http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/build.xml
Fixed