java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.57k stars 290 forks source link

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project deobfuscator: Compilation failure -> [Help 1] #403

Closed ghost closed 3 years ago

ghost commented 5 years ago

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.288 s [INFO] Finished at: 2019-05-30T14:21:12+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project deobfuscator: Compilation failure -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Janmm14 commented 5 years ago

the actual compilation error is further up in the maven log

ghost commented 5 years ago

the actual compilation error is further up in the maven log

I imported the project into Eclipse to show syntax errors and i think it's because there are many errors on it: Capture

Janmm14 commented 5 years ago

These errors are some configuration issue on your side. Maybe you compiled / set this project up this with java 6 which doesn't support generics infering. This repo was not changed since more than 1 full year, oher peopel would have noticed this already. Also the build on the ci went through without issues: https://ci.samczsun.com/job/java-deobfuscator/job/Deobfuscator/

ghost commented 5 years ago

These errors are some configuration issue on your side. Maybe you compiled / set this project up this with java 6 which doesn't support generics infering. This repo was not changed since more than 1 full year, oher peopel would have noticed this already. Also the build on the ci went through without issues: https://ci.samczsun.com/job/java-deobfuscator/job/Deobfuscator/

Ok, ty. Also i don't use Java 6, i use Java 8 and that worked before i upgrade to Windows 10. (I was on Windows 7 before.)