-
Hi,
I use proguard 3.2 for my project. It works fine.
But when I try to upgrade to proguard 3.4, the main class is gone.
I wonder if there is any syntax change in Proguard options. I appreicate if anyone can help me with this.
Here is what I did:
<java classname="proguard.ProGuard" fork="true">
<arg value="-libraryjars...
2005-11-01 17:14:10 UTC in ProGuard Java Optimizer and Obfuscator
-
Hi,
I try to use Coverlipse with JUnit Test Case written in Groovy. I get this error? Does anyone have any idea?
My Groovy test case run fine as Junit. But it fails if it run as "Junit w/Coverlipse".
Thank you.
keepalive false
RemoteTestRunner: trying to connect:33018.
2005-10-30 17:11:46 UTC in Coverlipse
-
Can someone please tell me where I can find exmple of how to use MySQL for python?
Thank you.
2005-08-26 16:24:58 UTC in MySQL for Python
-
Hi,
If I am working on Windows XP and Python 2.4, can some one please tell me which distribution I should download and use?
Thank you.
2005-08-23 22:25:43 UTC in MySQL for Python
-
Eric,
But after I change the visibility in the jar file, I tried to uncompressed the jar into a directory on Windows XP. And I do a right-click "Properites" and compare the size of the directory. I expect the size of the uncompressed directory is the same. But it is not. Can you help me understand why?
Thank you.
2005-05-09 16:02:04 UTC in ProGuard Java Optimizer and Obfuscator
-
Eric,
Can you tell me why you said "the sizes can vary quite a bit, even when the contents have only changed a little"
And how can changing the visibility of fileds can change the jar size?
Thank you.
2005-04-22 16:08:10 UTC in ProGuard Java Optimizer and Obfuscator
-
Eric,
Thank you for your response. But can you clarify what you meant by "the optimization step"? The optimization step in Javac compiler? or The obfuscator?
Thank you.
2005-04-15 21:34:20 UTC in ProGuard Java Optimizer and Obfuscator
-
Hi,
I try to change all my private attributes/methods to "default" visibility. And I find out the jar size is smaller?
I try both obfuscate and not obfuscate the jar, the one using all "default" attributes/methods are smaller.
Can someone please tell me how that can happen? I can't find out how changing the visibility of the attributes/methods can change the size of...
2005-04-15 15:41:18 UTC in ProGuard Java Optimizer and Obfuscator
-
Hi,
I am trying to upgrade ot Proguard 3.2.
I do this in my ant script:
<arg value="-outjars ${jarfile}.out"/>
Can someone please tell me why Proguard creates a subdirectory " ${jarfile}.out" and then put my ***.jar in that subdirectory?
I expect it will create a new jar with the name ${jarfile}.out.
Thanks for any suggestion.
2005-04-06 19:08:21 UTC in ProGuard Java Optimizer and Obfuscator
-
Does this HTml parser build a DOM for the html document that it builds?.
2004-08-02 18:35:15 UTC in HTML Parser