-
Hi Bill,
there should be a jar proguard_4.3.0.200812141444.jar or similar (depending on the obfuscate4e version you're using) in the plugins folder of your eclipse installation. It contains proguard-4.3.jar (in the lib subdirectory). You can replace it with the beta you want to use, but make sure to also update the references in the file plugin.xml next to it.
Let us know if you encounter...
2009-05-23 17:46:47 UTC in Obfuscation for Eclipse
-
devisnik committed revision 151 to the Obfuscation for Eclipse SVN repository, changing 1 files.
2009-05-23 08:58:59 UTC in Obfuscation for Eclipse
-
devisnik committed revision 150 to the Obfuscation for Eclipse SVN repository, changing 3 files.
2009-05-23 08:57:14 UTC in Obfuscation for Eclipse
-
devisnik committed revision 149 to the Obfuscation for Eclipse SVN repository, changing 8 files.
2009-05-20 17:30:14 UTC in Obfuscation for Eclipse
-
devisnik committed revision 120 to the Obfuscation for Eclipse SVN repository, changing 1 files.
2009-04-17 17:13:01 UTC in Obfuscation for Eclipse
-
devisnik committed revision 114 to the Obfuscation for Eclipse SVN repository, changing 1 files.
2009-03-27 09:36:36 UTC in Obfuscation for Eclipse
-
devisnik committed revision 110 to the Obfuscation for Eclipse SVN repository, changing 9 files.
2009-02-20 14:07:12 UTC in Obfuscation for Eclipse
-
You can convert your regular java project into a plugin project. Right-Click on your project, choose PDE Tools > Convert Projects To Plugin Projects... from the context menu.
Since a plugin is just a jar with some meta data (in MANIFEST.MF), this should not harm your project in any way. Of course, you need an eclipse installation with PDE included.
We plan to post some more details...
2009-01-23 10:18:10 UTC in Obfuscation for Eclipse
-
To clarify Dirks comment:
You can either exclude whole packages from obfuscation (obfuscate4e excludes exported packages for you automatically), or you can exclude single classes, methods, fields. These can be located in obfuscated packages. You define obfuscation rules in the file proguard.cfg which obfuscate4e generates into the plugin root folder.
@Dirk: I wouldn't call this a workaround...
2009-01-12 14:40:03 UTC in Obfuscation for Eclipse
-
There is critical bug in version 0.6.2, please roll back to the previous version 0.6.1.
We're working on a fix.
See also:
http://obfuscate4e.partmaster.de/blog/critical-bug-in-version-0-6-2.
2009-01-12 14:28:47 UTC in Obfuscation for Eclipse