eclipse mtj - proguard : obfuscate third party jar error
Posted
by robinmag
on Stack Overflow
See other posts from Stack Overflow
or by robinmag
Published on 2010-04-12T18:13:52Z
Indexed on
2010/04/13
7:03 UTC
Read the original article
Hit count: 479
i use proguard (support in mtj plugin) to obfuscate a project that has some third party jars but i gives me errors:
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
It seems that proguard use the classes in JavaSE. It only happens with projects that use third party jars :(
Thank you in advanced!
© Stack Overflow or respective owner