DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37436>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37436





------- Additional Comments From [EMAIL PROTECTED]  2005-11-24 22:16 -------
We aggreed on using http://proguard.sourceforge.net to generate minimal jars of 
the dependencies. 
We will also provide a jarjar goal. So jci can either be used directly with the 
full deps, the minimal deps 
or as the jarjar with the deps in a different namespace.

A first working proguard config:

-injars commons-jci-trunk.jar
-injars commons-io-1.0.jar
-outjars commons-io-1.0-minimal.jar(org/apache/commons/io/**)

-libraryjars path/to/runtime.jar
-libraryjars jdtcore-3.1.0.jar
-libraryjars groovy-1.0-jsr-02.jar
-libraryjars janino-2.3.7.jar  
-libraryjars commons-collections-3.1.jar

-keep public class org.apache.commons.jci.**

-dontoptimize
-dontobfuscate
-printusage

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to