By the way, another option would be to provide guice-all.jar (containing guice + plugins + dependencies all JarJared up) alongside individual jars without any dependencies. The size difference between guice-all.jar and individual jars with dependencies is probably small and users who really care can use JarJar/Proguard themselves for further size reduction.
Gili On Dec 6, 4:30 pm, Gili <[EMAIL PROTECTED]> wrote: > Hi, > > I developed a simple patch that builds Guice with and without > dependencies bundled into the jars. At the very least it'll serve as a > temporary workaround for issue 254 (which is not really fixed even > though it is listed as such). > > Most other projects I've used offer users a similar choice: foo.jar > versus foo-all.jar. I suggest you let the user choose. I personally > prefer the version without dependencies especially given JarJar's long > track record of problems. > > The patch can be found here:http://bbs.darktech.org/guice254.patch > > Gili --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
