]
Brian Fitzpatrick reassigned JBIDE-23649:
-----------------------------------------
Assignee: (was: Brian Fitzpatrick)
[baseline compare check] plugins in jbosstools-webservices need to be
upversioned so they're greater than versions in last stable jbosstools site
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-23649
URL:
https://issues.jboss.org/browse/JBIDE-23649
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.4.3.AM1
Reporter: Nick Boldt
Priority: Blocker
Fix For: 4.4.3.AM1
Building jbosstools-webservices from master branch, after releasing JBoss Tools
4.4.2.Final to the stable site [1] on Dec 8 last week:
{code}
mvn clean install -DskipTests -DskipBaselineComparison=false{code}
{code}
[ERROR] Failed to execute goal
org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines
(default) on project
org.jboss.tools.ws.feature: Duplicate version but different content found for
(org.jboss.tools.ws.feature.source.feature.jar/1.9.2.v20160922-1835).
Also exists in baseline, but its content is different. -> [Help 1]
[ERROR] Failed to execute goal
org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines
(default) on project
org.jboss.tools.ws.jaxrs.feature: Duplicate version but different content found for
(org.jboss.tools.ws.jaxrs.feature.source.feature.jar/1.9.2.v20161115-1657).
Also exists in baseline, but its content is different. -> [Help 1]
[ERROR] Failed to execute goal
org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines
(default) on project
org.jboss.tools.websockets.feature: Duplicate version but different content found for
(org.jboss.tools.websockets.feature.source.feature.jar/1.9.2.v20160922-1835).
Also exists in baseline, but its content is different. -> [Help 1]
{code}
[1]
<
lastStableRepository>http://download.jboss.org/jbosstools/neon/stable/...
-
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...