Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shrink applet jar file #58

Closed
Cervator opened this issue Jan 28, 2012 · 5 comments
Closed

Shrink applet jar file #58

Cervator opened this issue Jan 28, 2012 · 5 comments

Comments

@Cervator
Copy link
Member

With Groovy integrated into the codebase the jar file has grown a fair bit, making it take longer to load the applet. It is possible to shrink it quite a bit, like described at http://www73.pair.com/bgw/applets/GroovyDemo - this item simply aims to take such steps to shrink the jar file and should be fairly straight forward to experiment with.

Not a very high priority item, but a good item for a somewhat Java comfortable budding contributor

@rapodaca
Copy link
Member

'Obfuscation' is the term to search for. Had great experience with Proguard:

http://proguard.sourceforge.net/

@Cervator
Copy link
Member Author

I think that's the one I ended up looking at a while back, in relation to some Google libs (maybe just linked/liked from there). If that also shrinks the individual lib jars then cool :-)

@rapodaca
Copy link
Member

rapodaca commented Mar 3, 2012

Here's an old description of integrating proguard into gradle build task:

http://mobilebytes.wordpress.com/2009/09/03/gradle-task-for-proguard/

@Cervator
Copy link
Member Author

Cervator commented Mar 4, 2012

Handy - thanks for the link!

@Cervator
Copy link
Member Author

Closing this in favor of MovingBlocks/FacadeApplet#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants