| Summary: | Use Java 6 to run aggregation process. | ||
|---|---|---|---|
| Product: | Community | Reporter: | David Williams <david_williams> |
| Component: | Cross-Project | Assignee: | David Williams <david_williams> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | hmalphettes, sbouchet |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David Williams
I see also, from my notes, to remind everyone that even if a user running 1.5 runs into this issue, they can "substitute" the pack200 executable from a Java 6 VM to do installs, mirror operations, etc, if needed ... that is even a VM less than 1.6 can still use a pack200 (or, an unpack200 executable) from another VM, such as a 1.6 distribution, and specify it on their command line using -Dorg.eclipse.update.jarprocessor.pack200. See http://wiki.eclipse.org/Pack200#Pack200_Executable_location (Should be very rarely needed, but the point it, no one would be "stuck" by some inconsistency). The fix for the M6 build, with the issue with Gyrex using Java 6 but build using Java 5 was resolved as expected. That is, the final run worked, with the "number of pack.gz files" increasing ... but, little else: Using Java 5, causing some errors related to pack.gz files Type Count size (disk used) Features: 719 18M Plugin jar files: 3272 776M Plugin pack.gz files: 2354 242M After fix to use Java 6, so no pack200 issues Type Count size (disk used) Features: 719 18M Plugin jar files: 3272 778M Plugin pack.gz files: 2411 243M So, Java 6 is here to stay :) |