warnings - ProGuard - unexpectedly contains class -
while i'm trying obfuscate simple dataloader.class file in proguard error:
reading program directory [c:\users\uzytkownik\documents\netbeansprojects\protest\build\classes\files\dataloader.class] warning: class [dataloader.class] unexpectedly contains class [files.dataloader] warning: there 1 classes in incorrectly named files. should make sure file names correspond class names. directory hierarchies must correspond package hierarchies. (http://proguard.sourceforge.net/manual/troubleshooting.html#unexpectedclass) if don't mind mentioned classes not being written out, try luck using '-ignorewarnings' option. please correct above warnings first.
here project: http://www49.zippyshare.com/v/14668241/file.html
i grateful help.
with options -injars
, -libraryjars
, should specify proper base directory (or jar) of classes, classpath. in case: classes
, not classes\files\dataloader.class
.
see proguard manual > troubleshooting > warning: class file ... unexpectedly contains class ...
Comments
Post a Comment