-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECF: Compiling for Java version '1.5' is no longer supported. #220
Comments
probably related to eclipse-jdt/eclipse.jdt.core#2761 |
Have you done a pull on the ecf clone? |
Sorry wrong concern 🙁. Is everything pulled? I’ve not seen this and keep my sdk ide up to date. |
I guess you meant the subject prefix to be ecj not ecf. Note that this appears to be project content problems not setup problems so be sure you have the latest content. I can't check until late in the day. |
@merks I did clone everything from scratch. So ECF is up to date. As far as i understand ECJ does not compile projects anymore that try to compile for 1.5 but ECF still configured to compile for 1.5 - see https://github.com/search?q=repo%3Aeclipse%2Fecf%20org.eclipse.jdt.core.compiler.compliance%3D1.5&type=code |
If this missed something https://github.com/eclipse/ecf/pull/121/files It would be best to open an ECF issue or pr for it. |
Seems like competing PRs. That was not intentional. |
Hello again. Trying to setup a platform workspace from scratch with OOmph as described in https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md results in a workspace with many compilation errors. The root cause seems to be
It seems that even JDT can not compile itself anymore
Compiling for Java version '1.2' is no longer supported. Minimal supported version is '1.8' List.java /converterJclMin/src/java/awt line 0 Java Problem
The text was updated successfully, but these errors were encountered: