[
https://issues.jboss.org/browse/JBDS-3495?page=com.atlassian.jira.plugin....
]
Denis Golovin edited comment on JBDS-3495 at 9/18/15 12:54 PM:
---------------------------------------------------------------
Bummer, I thought p2.inf addRepository tuchpoints end up in references node, but p2 adds
them into unit node directly.
{code}
<unit id="org.eclipse.linuxtools.docker.feature.feature.group"
singleton="false" version="1.1.0.201509082008">
<update id="org.eclipse.linuxtools.docker.feature.feature.group"
range="[0.0.0,1.1.0.201509082008)" severity="0"/>
...
<touchpointData size="1">
<instructions size="1">
<instruction key="configure">
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#5...
Tools Docker Tooling,enabled:false);
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#5...
Tools Docker Tooling,enabled:false);
</instruction>
</instructions>
</touchpointData>
...
</unit>
{code}
According to new fashion this supposed to be only in epp package for linux tools not in
the feature. It just pollutes update sites list, the same way primary Wizards do. Should
we create bugzilla issue for that?
XSLT would help here but there are two cons:
1. Unpack/change/update slows the build
2. XSLT should remove addLocation touch point instructions not the whole node ant that is
not so easy do implement
was (Author: dgolovin):
Bummer, I thought p2.inf addRepository tuchpoints end up in references node, but p2 adds
them into unit node directly.
{code}
<unit id="org.eclipse.linuxtools.docker.feature.feature.group"
singleton="false" version="1.1.0.201509082008">
<update id="org.eclipse.linuxtools.docker.feature.feature.group"
range="[0.0.0,1.1.0.201509082008)" severity="0"/>
...
<touchpointData size="1">
<instructions size="1">
<instruction key="configure">
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#5...
Tools Docker Tooling,enabled:false);
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#5...
Tools Docker Tooling,enabled:false);
</instruction>
</instructions>
</touchpointData>
...
</unit>
{code}
According to new fashion this supposed to be only in epp package for linux tools not in
the feature. It just pollutes update sites list, the same way primary Wizards do :) Should
we create bugzilla issue for that?
XSLT would help here but there are two cons:
1. Unpack/change/update slows the build
2. XSLT should remove addLocation touch point instructions not the whole node ant that is
not so easy do implement
JBDS 9.0.0.beta is preconfigured with an Eclipse Docker tooling site
--------------------------------------------------------------------
Key: JBDS-3495
URL:
https://issues.jboss.org/browse/JBDS-3495
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: updatesite
Affects Versions: 9.0.0.Beta2
Reporter: Len DiMaggio
Assignee: Nick Boldt
Priority: Critical
Labels: respin-a
Fix For: 9.0.0.CR1
Attachments: docker-jbt-install.png, docker-jbt-install_2.png, DockerTooling.png,
no-new-tales-to-tell.png
See attached screenshot - JBDS 9.0.0.beta2 is preconfigured with this update site:
http://download.eclipse.org/linuxtools/updates-docker-nightly
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)