| Summary: | Slightly inconsistent results of repos versus zips | ||
|---|---|---|---|
| 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
Note that is was the runtime-only zip file that had the earlier signed jars. The SDK runtime had the same, later signed, jars as the repo install. For the record, the following is the list of "Orbit jars" that had different date signatures in the runtime-only zip vs. repo: javax.wsdl_1.5.1.v201005080630.jar javax.xml_1.3.4.v201005080400.jar org.apache.commons.codec_1.3.0.v20100518-1140.jar org.apache.commons.logging_1.0.4.v201005080501.jar org.apache.xerces_2.9.0.v201005080400.jar org.apache.xml.resolver_1.2.0.v201005080400.jar org.apache.xml.serializer_2.7.1.v201005080400.jar There were two problems. We were resigning the orbit zips. Doesn't really harm anything, except to "make the different". This was due to a bug in our WTP ant task to "update pack properties" file. When originally written, I wrote it assuming the file lay out was like a traditional zip file (eclipse/plugins, eclipse/features). but now that we use repos, the plugins and features are at the top during this time, so we were simply not finding any, much less any that were already signed. Do, I fixed that ant task to work with either structure, Even after fixing that, I did get some variability, I think, on some builds but after specifying p2.mirrors=false, they were all consistent, with expected date. |