| Summary: | destination files files not created from zip | ||
|---|---|---|---|
| Product: | [WebTools] WTP Releng | Reporter: | David Williams <david_williams> |
| Component: | releng | Assignee: | David Williams <david_williams> |
| Status: | RESOLVED FIXED | QA Contact: | David Williams <david_williams> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.10 | ||
| Target Milestone: | 3.10.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David Williams
It appears they are not "deleted too soon" (as I originally thought) but never created (unzipped) there to begin with. Probable reason is related to updating our "tools" to include new ant-to-php task and, I suspect, I introduced some changed in "update pack properties" task that were in head, but never used/released. In the worst case, I could revert tools level ... but will try a few runs to push through and fix issue. As far as I can tell ... when having previous problems ... long ago ... deleting files from build.eclipse.org file system (which uses NFS), I added some code to not create empty directories from zip file entries. (It didn't seem to help the could-no-delete problems on build machine ... but...) I thought I'd released and had been using that, but apparently I was confused ... long ago ... and that code has not been in fact been running. So, when I updated for the ant-to-php task, the version of updatePackProperties task got updated also to not create empty directories. The problem, I think, is that directories such as "features" and "plugins" come across first as empty directories, and if they are not created, other file creation operations fail silently .. as far as I can tell. In any case, it's working now, happily creating empty directories, and still not able to delete them (immediately). But, we can sign again. [FWIW, this wasn't noticed on test builds of the ant-to-php task, since we don't sign on test build machines, so that updated code for updatePackProperties was never ran on test machine.] |