]
Nick Boldt commented on JBIDE-20090:
------------------------------------
Note: this PR doesn't add a check that the /all/repo/ folder is a VALID update site,
only that:
a) if the ssd folder is empty, we delete it, and
b) if the ssd/childFolderSuffix/ isn't found, we don't add it to the composite. So
for the specific failures from today, wherein these folders exist but are empty, this
should work around it until we can figure out WHY the empty folders are being produced.
...
This is really pervasive. But only seems to affect some jobs.
composite dir regen includes empty folders and breaks p2
--------------------------------------------------------
Key: JBIDE-20090
URL:
https://issues.jboss.org/browse/JBIDE-20090
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.3.0.Beta1
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.3.0.Beta1
When we regen composite sites automatically, it includes subfolders but doesn't check
if those folders are empty; so we should remove children if they're empty, and delete
the folders too.
We could also ensure that the child folder contains a folder that matches the
$\{childFolderSuffix} (often /all/repo/).