Does J2ME Plugin support obfuscator?
Don't see anywhere to specify an obfuscator or an obfuscation step for outbound J2ME .jar files. No one in their right mind would ship without obfuscating a J2ME application (mostly for size) so I'm assuming that I'm just missing it somewhere.
请先登录再写评论。
The final shipment should anyway be done by ANT script or something, shouldn't
it?
>> Don't see anywhere to specify an obfuscator or an obfuscation step for
> The final shipment should anyway be done by ANT script or something,
> shouldn't it?
Not necessarily - the .jar & .jad file currently generated are ready for
deployment. It would be useful to be able to include an obfuscation
step. (The WTK does something similar - if an obfuscator is available,
it's picked up during the build process.)
There is a SCR for this feature:
http://www.intellij.net/tracker/idea/viewSCR?publicId=39293
CU,
Edwin