Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.4
-
Fix Version/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Currently, the "minimizeJar" option assumes that you want to include all classes in the current project and those that they depend on. Sometimes, classes are accessed via reflection, or some other means, and therefore don't get included. The ability to specify additional entry points (as classes) to this dependency tree would be useful.
I have added this as a patch that I am attaching.