]
Ondrej Dockal commented on JBIDE-26642:
---------------------------------------
I am trying to install it from zip without fuse tooling which introduced an error.
Second, devstudio has similar problem. Marketplace points to
which contains only 12.11.GA bits.
Installing JBoss Tools 4.9 installs 4.11 bits
---------------------------------------------
Key: JBIDE-26642
URL:
https://issues.jboss.org/browse/JBIDE-26642
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: marketplace
Affects Versions: 4.9.0.Final
Reporter: André Dietisheim
Assignee: Jeff MAURY
Priority: Critical
Attachments: image-2019-05-16-14-04-20-268.png, screenshot-1.png,
screenshot-2.png
steps:
# ASSERT: Install Eclipse 2018-09
# EXEC: open marketplace and try to install JBT 4.9.0.Final
# EXEC: alternatively use
http://download.jboss.org/jbosstools/photon/stable/updates/ as
update url for p2 (it's the url that's suggested at our page
https://tools.jboss.org/downloads/jbosstools/2018-09/4.9.0.Final.html#upd...)
Result:
JBoss Tools 4.11 gets installed.
Update site at
http://download.jboss.org/jbosstools/photon/stable/updates/ actually
contains 4.11 bits.
compositeContent.xml:
{code}
<?compositeMetadataRepository version='1.0.0'?>
<repository name="JBoss Tools - Core + Central Update Site"
type="org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository"
version="1.0.0">
<properties size="2">
<property name="p2.timestamp" value="1553883434000"/>
<property name="p2.compressed" value="true"/>
</properties>
<children size="4">
<child
location="http://download.jboss.org/jbosstools/targetplatforms/jboss...
<child
location="http://download.jboss.org/jbosstools/static/photon/stable/...
<child
location="http://download.jboss.org/jbosstools/static/photon/stable/...
<child
location="http://download.jboss.org/jbosstools/targetplatforms/jbtce...
</children>
</repository>
{code}
When bundles are downloaded one can clearly see 4.11 bits being used:
!screenshot-1.png!