How to make Proguard to obfuscate jars within a jar file
问题 I have a run-able java jar file let's call it masterProgram.jar . Inside this masterProgram.jar if I extract it using 7Zip or WinRAR there are other jars, lets call it lib1.jar, lib2.jar . Proguard managed to obfuscated the master jar, but when I look-inside the lib jars are not. and because of this the program (masterProgram.jar) breaks at a certain point. I also already set overloadaggressively option in my condig. I'm calling the proguard.jar through an ant build.xml. and here is my config