| Summary: | [releng] Pack200 files missing in repository metadata | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | Releng | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | Markus Knauer <mknauer> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.4 | ||
| Target Milestone: | 2.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
After some debugging and testing I found out that the program argument "-reusePack200Files" does the magic. We are currently calling the publisher with the program argument " -reusepackedFiles". If we use instead "-reusePack200Files" then the artifacts metadata contains the information about the pack200 artifacts. According to the p2 documentation both program arguments should have the same effect but ... I can't create a patch because the "publishNightlyBuild.sh" script is a binary but we just need to replace the "-reusepackedFiles" in our publisher script. Just for the record. I created a bug against p2 https://bugs.eclipse.org/bugs/show_bug.cgi?id=349069. Markus, do you know if this bug is still valid? I didn't invest the time to check comment #1 but I can confirm that the problem has been solved with RAP 2.2 and the change of the build together with this release. The new repositories do contain the pack.gz files (and they are referenced in the artifacts.jar). |