]
Nick Boldt closed JBIDE-25750.
------------------------------
Resolution: Cannot Reproduce
Could not reproduce. No idea wtf happened. Closing.
fix-versions pulls wrong versions of IUs from wtp repo when updating
.target file
---------------------------------------------------------------------------------
Key: JBIDE-25750
URL:
https://issues.jboss.org/browse/JBIDE-25750
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: target-platform, upstream
Affects Versions: 4.5.3.AM2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.5.3.AM3
For 4.71.x, using tychoVersion=1.1.0 and jbossTychoPluginsVersion=1.1.0-SNAPSHOT in the
root pom of jbosstools-target-platforms, I can validate and mirror the TP locally.
For 4.72.x, same thing.
But for 4.73.x, I get incorrect versions of the wtp feature.groups.
{code}
+ <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group"
version="3.9.2.v201802222200"/>
+ <unit id="org.eclipse.jst.web_core.feature.feature.group"
version="3.9.1.v201802222200"/>
+ <unit id="org.eclipse.jst.web_ui.feature.feature.group"
version="3.9.0.v201802222200"/>
+ <unit id="org.eclipse.wst.ws_ui.feature.feature.group"
version="3.8.1.v201802222200"/>
{code}