Bug 257295 - [tml][core] Use Jars
Summary: [tml][core] Use Jars
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sequoyah (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Core tml inbox CLA
QA Contact:
URL:
Whiteboard: released_0.3M4 from_GalileoRT
Keywords:
: 251077 (view as bug list)
Depends on:
Blocks: 252800
  Show dependency tree
 
Reported: 2008-12-02 18:55 EST by Bjorn Freeman-Benson CLA
Modified: 2016-11-08 14:46 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjorn Freeman-Benson CLA 2008-12-02 18:55: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 Eric Cloninger CLA 2008-12-10 12:21:15 EST
All TmL plugins satisfy this requirement. 
Comment 2 Fabio Fantato CLA 2008-12-11 15:46:46 EST
*** Bug 251077 has been marked as a duplicate of this bug. ***