[jbosstools-issues] [JBoss JIRA] (JBTIS-1195) invalid children in composite sites listed on ide-config.properties

Nick Boldt (JIRA) issues at jboss.org
Wed Dec 13 18:38:00 EST 2017


Nick Boldt created JBTIS-1195:
---------------------------------

             Summary: invalid children in composite sites listed on ide-config.properties
                 Key: JBTIS-1195
                 URL: https://issues.jboss.org/browse/JBTIS-1195
             Project: JBoss Tools Integration Stack
          Issue Type: Bug
          Components: build, releng
    Affects Versions: 4.5.1.Beta1b
            Reporter: Nick Boldt


I recently wrote a URL checker [1] for ide-config.properties to see if all the linked sites are valid.

[1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstudio/view/jbosstools-releng/job/jbosstools-releng-push-to-staging-00-validate-composites/15/consoleFull

Turns out... we have some 404s in there.

{code}23:15:43 [INFO] Checking for valid children in: http://download.jboss.org/jbosstools/updates/stable/luna/integration-stack/extras//compositeContent.xml
23:15:45 {24/45} [3/3] > > http://download.jboss.org/jbosstools/updates/stable/luna/integration-stack/extras//jboss-fuse-sap-tool-suite//7.3.2.FINAL//../../../staging.previous/jbosstools-fuse-sap-tooling-7.3.x/all/repo/ : NOT FOUND 
  
23:17:39 [INFO] Checking for valid children in: https://devstudio.redhat.com/updates/8.0/integration-stack/extras//compositeContent.xml
23:17:44 {45/45} [3/3] > > https://devstudio.redhat.com/updates/8.0/integration-stack/extras//jboss-fuse-sap-tool-suite//7.3.2.FINAL//../../../staging.previous/jbosstools-fuse-sap-tooling-7.3.x/all/repo/ : NOT FOUND{code}

Both of these seem to be caused by the fact that there are update sites (which are NOT composites) but which have compositeContent.xml files in them.

1. http://download.jboss.org/jbosstools/updates/stable/luna/integration-stack/extras//jboss-fuse-sap-tool-suite//7.3.2.FINAL/composite*.xml should not exist, since http://download.jboss.org/jbosstools/updates/stable/luna/integration-stack/extras//jboss-fuse-sap-tool-suite//7.3.2.FINAL/ has its own content.jar and artifacts.jar

2. https://devstudio.redhat.com/updates/8.0/integration-stack/extras//jboss-fuse-sap-tool-suite//7.3.2.FINAL/composite*.xml should not esxit, since https://devstudio.redhat.com/updates/8.0/integration-stack/extras//jboss-fuse-sap-tool-suite//7.3.2.FINAL/ has its own content.jar and artifacts.jar



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list