[jbosstools-issues] [JBoss JIRA] (JBDS-3495) JBDS 9.0.0.beta is preconfigured with an Eclipse Docker tooling site

Denis Golovin (JIRA) issues at jboss.org
Fri Sep 18 12:54:00 EDT 2015


    [ https://issues.jboss.org/browse/JBDS-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13110518#comment-13110518 ] 

Denis Golovin commented on JBDS-3495:
-------------------------------------

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${#58}//download.eclipse.org/linuxtools/updates-docker-nightly,type:0,name:Linux Tools Docker Tooling,enabled:false);
          org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-docker-nightly,type:1,name:Linux 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)


More information about the jbosstools-issues mailing list