Bug 133051 - Want the system so determine what the minimum set of required classes/resources is.
Summary: Want the system so determine what the minimum set of required classes/resourc...
Status: RESOLVED DUPLICATE of bug 118223
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 14:13 EST by Simon Lee CLA
Modified: 2006-03-28 07:58 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Lee CLA 2006-03-23 14:13:00 EST
My application is kind of stand alone application.  Once we want to export an application into a jar file, we have the option of check and uncheck any class or resources as mentioned below.  The problem is if our application needs only five classes from another project or library which has more than hundreds of classes, first we have to know exactly which classes we need, then we need to find out if those classes need other resources from other packages or libraries and so on.
The other option is to package all the libraries that our program needs and give it to the user, but we will have a big package that most of it will be not used.
 
There should is an option to collect all related classes and resources that are needed by the exporting class and put them all in the JAR. We want the system so determine what the minimum set of required classes/resources is.
Comment 1 Martin Aeschlimann CLA 2006-03-28 07:58:45 EST

*** This bug has been marked as a duplicate of 118223 ***