Bug 253851

Summary: Use Jars
Product: [Tools] CDT Reporter: Anne Jacko <anne.jacko>
Component: cdt-relengAssignee: cdt-releng-inbox <cdt-releng-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: cdtdoug, vivkong
Version: 6.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 252800    

Description Anne Jacko CLA 2008-11-04 20:42:32 EST
+++ This bug was initially created as a clone of Bug #252800 +++

Projects must use jar'ed plug-ins (with unpack=false) unless authorized by the planning council for technical reasons. Nested jars should be avoided if possible since it creates problems for projects that has dependencies to such plug-ins. The OSGi runtime is fine with it but the compiler is not able to handle classpaths that contain nested jars. In case only one nested jar exists, it is often better to expand the contents of that jar into the root folder (i.e. unnest the jar). If a plug-in contains large files that are frequently used (opened and closed), a jar'ed plug-in might degrade performance significantly since the file must be decompressed each time it is opened.
Comment 1 Vivian Kong CLA 2009-01-29 16:10:27 EST
Doug, beside org.eclipse.cdt.core.win32 and the source plugins, no other plug-ins will get unpacked for installation.  Can we say we satisfied this requirement?
Comment 2 Doug Schaefer CLA 2009-01-29 16:43:58 EST
I'd say so. Most of the plug-ins are jar'ed. I believe there are ways to jar up these plug-ins as well but that requires some work. The objective is to reduce the load on the servers as we do a good job of it.

Marking fixed.