]
Nick Boldt commented on JBIDE-24871:
------------------------------------
New checks added:
!new-checks.png|thumbnail!
Before:
{code}
[INFO] development URLs found: 176 ()
[INFO] stable URLs found: 182 ()
{code} --
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
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.