
Proguard
普通网友
这个作者很懒,什么都没留下…
展开
-
proguard.ParseException: Unknown option '-keepdirectories' in line 57 of file
问题场景在使用Maven + Proguard打包项目进行混淆时,提示以下错误: [proguard] proguard.ParseException: Unknown option ‘-keepdirectories’ in line 57 of file ‘F:\Workspaces\middle\trunk\proguard.conf’, [proguard] included原创 2015-05-08 12:20:33 · 8434 阅读 · 0 评论 -
Ignoring unused library classes...java.io.IOException: You have to specify '-keep' options for the s
执行Maven Install打包的时候,出现以下错误信息: Ignoring unused library classes…java.io.IOException: You have to specify ‘-keep’ options for the shrinking step. [proguard] Ignoring unused library classes...java.io.IOE原创 2015-05-12 16:34:26 · 4091 阅读 · 0 评论 -
Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.10:proguard (default) on project
执行Maven Install打包的时候,出现以下错误信息:[ERROR] Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.10:proguard (default) on project core: Can't find file F:\Workspaces\base-core\core\target\core原创 2015-05-11 11:53:33 · 20793 阅读 · 7 评论 -
java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options?
执行Maven Install打包的时候,出现以下错误信息: [proguard] java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options? [proguard] at proguard.shrink.Shrinker.execute(Shrinker.java:171原创 2015-05-11 11:26:27 · 9789 阅读 · 0 评论 -
proguard.ParseException: Expecting keyword 'class', 'interface', or 'enum' before '-libraryjars' in
执行Maven Install打包的时候,出现以下错误信息: [proguard] proguard.ParseException: Expecting keyword 'class', 'interface', or 'enum' before '-libraryjars' in argument number 7 [proguard] at proguard.Configuration原创 2015-05-11 11:21:34 · 5900 阅读 · 0 评论 -
Error: Expecting keyword 'class', 'interface', or 'enum' before '-optimizationpasses' in line 11 of
执行Maven Install打包的时候,出现以下错误信息: [proguard] Error: Expecting keyword 'class', 'interface', or 'enum' before '-optimizationpasses' in line 11 of file 'F:\Workspaces\pro-test\proguard.conf', [proguard]原创 2015-05-11 11:22:02 · 3813 阅读 · 0 评论 -
java.io.IOException: You have to specify '-keep' options for the shrinking step.
执行Maven Install打包的时候,出现以下错误信息:[proguard] java.io.IOException: You have to specify '-keep' options for the shrinking step. [proguard] at proguard.SeedPrinter.write(SeedPrinter.java:60) [proguard]原创 2015-05-11 11:18:39 · 6426 阅读 · 0 评论 -
java.io.IOException: Can't read [proguard.ClassPathEntry@5ef04b5] (Can't process class [WEB-INF/clas
执行Maven Install打包的时候,出现以下错误信息:[proguard] ProGuard, version 4.4 [proguard] Reading input... [proguard] Reading program war [F:\Workspaces\pro-test\target\pro-test-0.0.1-SNAPSHOT.war] (filtered) [prog原创 2015-05-10 18:22:15 · 8994 阅读 · 1 评论 -
Error: Unsupported java version '1.8' in line 2 of file 'proguard.conf'
执行Maven Install打包的时候,出现以下错误信息:[proguard] Error: Unsupported java version '1.8' in line 2 of file 'F:\Workspaces\pro-test\proguard.conf', [proguard] included from argument number 6这是因为在proguard.conf文原创 2015-05-10 17:08:59 · 5168 阅读 · 0 评论 -
java.io.IOException: The same input jar [E:\Jre\lib\rt.jar] is specified twice.
执行Maven Install打包的时候,出现以下错误信息:[INFO] proguard jar: E:\maven\mvnRespo\net\sf\proguard\proguard-base\5.2\proguard-base-5.2.jar [proguard] ProGuard, version 5.2 [proguard] java.io.IOException: The same原创 2015-05-10 18:05:34 · 8818 阅读 · 0 评论 -
Error: The input doesn't contain any classes. Did you specify the proper '-injars' options?
执行Maven Install打包的时候,出现以下错误信息:[proguard] ProGuard, version 4.4 [proguard] Reading program war [F:\Workspaces\pro-test\target\pro-test-0.0.1-SNAPSHOT.war] (filtered) [proguard] Error: The input doesn'原创 2015-05-10 15:07:39 · 8875 阅读 · 2 评论 -
java.io.IOException: The input doesn't contain any classes. Did you specify the proper '-injars' opt
问题场景在使用Maven + Proguard打包项目进行混淆时,提示以下错误:[proguard] ProGuard, version 4.4 [proguard] Reading input... [proguard] java.io.IOException: The input doesn't contain any classes. Did you specify the proper原创 2015-05-08 18:03:43 · 10772 阅读 · 0 评论 -
'build.plugins.plugin.version' for com.pyx4me:proguard-maven-plugin is missing. @ line 42, column 12
‘build.plugins.plugin.version’ for com.pyx4me:proguard-maven-plugin is missing. @ line 42, column 12执行Maven Install的时候提示如下警告信息:[WARNING] [WARNING] Some problems were encountered while building the eff原创 2015-05-08 16:34:53 · 6844 阅读 · 0 评论 -
Failed to execute goal com.pyx4me:proguard-maven-plugin:2.0.4:proguard (default) on project xunge-mi
Failed to execute goal com.pyx4me:proguard-maven-plugin:2.0.4:proguard (default) on project xunge-middleware: Execution default of goal com.pyx4me:proguard-maven-plugin:2.0.4:proguard failed: Plugin co原创 2015-05-08 14:25:40 · 5635 阅读 · 0 评论 -
An internal error occurred during: "Loading descriptor for pro-test.".
在执行Maven Update的时候,提示以下错误: An error has occurred. See error log for more details. 详细错误: An error has occurred. See error log for more details. java.lang.NullPointerException重新启动Eclipse之后提示以下两个错误:原创 2015-05-13 10:39:10 · 31897 阅读 · 4 评论