Share

Obfuscation for Eclipse

File Release Notes and Changelog

Release Name: 0.6.0

Notes:
This version provides an improved Proguard obfuscator
integration. The configuration for the obfuscator is
generated into its own config file and can be tuned 
without manipulating the build scripts.

The Proguard obfuscator has been updated to 
version 4.2 (from 3.7) and provides support 
for Java 6 (among many other new features).

The proguard-specific code has been moved to its own
feature. This eases the integration of other obfuscators
into obfuscate4e.

TODO: Proguard fails with path names containing 
spaces (at least on the windows platform). The path 
to the Eclipse IDE as well as to the workspace should
not contain space-chars.
Support for those path names will be included in future
versions.

Changes: * Proguard config separated from custombuildcallbacks.xml into proguard.cfg.tpl * Separated proguard integration into its own feature * Proguard update to version 4.2 * minor bug fixes