[jbosstools-issues] [JBoss JIRA] (JBTIS-1052) Use relative paths in composite files

Paul Leacu (JIRA) issues at jboss.org
Thu Mar 2 15:18:00 EST 2017


     [ https://issues.jboss.org/browse/JBTIS-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Leacu resolved JBTIS-1052.
-------------------------------
    Fix Version/s: 10.1.0.GA
       Resolution: Done


Corrected in jbosstools-download.jboss.org for jbosstools outward facing composites.

https://github.com/jbosstools/jbosstools-download.jboss.org/commit/67b32c2198d6026d6eb081c74f6d0de7f7d33ddf

servers updated.

> Use relative paths in composite files
> -------------------------------------
>
>                 Key: JBTIS-1052
>                 URL: https://issues.jboss.org/browse/JBTIS-1052
>             Project: JBoss Tools Integration Stack
>          Issue Type: Task
>          Components: distribution
>    Affects Versions: 4.4.1.Final
>            Reporter: Andrej Podhradsky
>            Assignee: Paul Leacu
>             Fix For: 10.1.0.GA
>
>
> File at
> http://download.jboss.org/jbosstools/neon/staging/updates/integration-stack/compositeArtifacts.xml
> contains absolute paths
> {code}
> <children size="2"><!-- IS ONLY -->
>     <child location="http://download.jboss.org/jbosstools/neon/staging/updates/integration-stack/4.4.1.Final/"/>
>     <child location="http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.4.1.Final/jbtis/REPO/"/>
> </children>
> {code}
> I suggest to use relative paths as it in DevstudioIS at
> https://devstudio.redhat.com/10.0/staging/updates/integration-stack/compositeArtifacts.xml
> {code}
> <children size="2">
>     <child location="10.1.0.GA/"/>
>     <child location="10.1.0.GA/targetplatform/"/>
> </children>
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list