logo       

Re: Poblem with obfuscating using Proguard: msg#00083

java.sun.kvm

Subject: Re: Poblem with obfuscating using Proguard

Hi Jonathan,
I have checked the manual for -dontusemixedcaseclassnames option but no
luck still got the error.

I think it is obvious, Because if you specify this option, the progaurd
dont use mixed class names and you end up with the same pooblem.

Any way i got a work around.
If you have more than 26 files,create another package and place the rest 26
files and so on.

cheers
phani
Original Message:
-----------------
From: Jonathan Knudsen jonathan.knudsen@xxxxxxx
Date: Mon, 8 Sep 2003 10:10:47 -0400
To: KVM-INTEREST@xxxxxxxxxxxx
Subject: Re: Poblem with obfuscating using Proguard -


Hi Phani,

I've seen a similar error. It's not ProGuard, though. ProGuard uses
single-character files names, but it uses upper and lower case letters.
This works fine inside the obfuscated JAR. The problem happens when you
unpack the JAR in Windows (say if you want to preverify the obfuscated
classes). Windows doesn't correctly handle the case-sensitive file names
and you get an error.

ProGuard magnamimously provides a fix for this, the
-dontusemixedcaseclassnames option. See the manual for details.

Regards,
Jonathan

"phanik@xxxxxxxxxxxxxxx" wrote:
>
> Hi,
> When i try to obfuscate more than 27 files, the proguard comes with
> j2me tool kit is throwing error duplicate file names.
> I check with the prograud manual but there is nothing that specifies
> max no of files that can obfuscate.
>
> Is this a limitation of 26 file names(a-z) for proguard?
> Is there any work around to specify in configuartion file for progaurd?
>
> Thanks in advance
>
> phani

===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise