Vorstellung
Ich bin als Softwareentwickler und Administrator bei PartMaster tätig. Schwerpunkte sind der Java- und Eclipse-Build Process sowie alles rund um Drupal, Linux und Netzwerke.
PartMaster GmbH
Lagerstraße 44/45
18055 Rostock
fon +49 381-20373995
fax +49 381-20373994
email info@partmaster.de
The Proguard project provides two distribution versions simultaneously: a stable release (currently version 4.3) and a beta version of the next release (version 4.4 beta 3 actually). Obfuscate4e releases always contain the stable version of Proguard.
You might want to test the obfuscation of your code using the Proguard beta release. This can be done within 15 minutes!
just check out the proguard plugin from sourceforge and replace the embedded proguard.jar by it’s beta version:
lib/proguard.jarlib/proguard.jar file into the the lib/ folder of the proguard plugin, append the version number to the library file name proguard-<version>.jarIn my case — I replaced proguard-4.3 by proguard-4.4beta3 — I had to
lib/ folder and rename it to proguard-4.4beta3.jarlib/proguard-4.4b3.jar in the plugin.xml filelib/proguard-4.4b3.jar in the build.properties fileRemark: Please don’t commit an adopted proguard plugin into the official obfuscate4e subversion repository. The best way to prevent this is to disconnect the plugin from the repository via the plugin’s context menu Team > Disconnect.