]
Nick Boldt reassigned JBIDE-24871:
----------------------------------
Assignee: Nick Boldt
checkStagingURLs should verify children of composite*.xml are valid
URLs
------------------------------------------------------------------------
Key: JBIDE-24871
URL:
https://issues.jboss.org/browse/JBIDE-24871
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.5.1.AM1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.5.0.Final
Attachments: new-checks.png
Currently, checkStagingURLs.sh will verify that a given composite*.xml file EXISTS.
But it won't check if the contents of that site are VALID. So, we should parse these
files and check that the <child location=""> are valid URLs too.