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

Andrej Podhradsky (JIRA) issues at jboss.org
Thu Mar 2 04:37:00 EST 2017


Andrej Podhradsky created JBTIS-1052:
----------------------------------------

             Summary: 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


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