-
Notifications
You must be signed in to change notification settings - Fork 193
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
Bug 571533 - tycho-compiler-plugin with useJDK=BREE and BREE==JavaSE-1.8 fails to find some EE packages #51
Comments
I think i have the same problem. Here is a reproducer
|
@Dufgui can you create a PR that adds a new integrationtest for this case derived from the example? |
I try but all my test are working on IT. i will check my product build if I miss some alignment because it seems working. https://github.com/Dufgui/tycho/tree/571533_breeJava8 here is my branch |
it's work on my mac, and the same repo last week on my windows fail. Maybe i miss the path on my windows laptop. |
Hi. I'm having the same issue with javax.xml.bind* classes not being resolved. For me, versions later than 2.1.0 of tycho-compiler-plugin show the problem.
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.5.0:compile (default-compile) on project com.ibm.zosconnect.ui.common: Compilation failure: Compilation failure: |
@cipresso can you provide an simple reproducer project for thsi issue? |
@akurtakov I debugged this a bit and get the feeling that this is probably caused due to removed JavaSE1.8 profile, what do you think would it harm to add this back (and simply not manage it any further) for 2.7.x ? |
Where is the JavaSE-1.8 profile removed? |
Good question, I though it was part of Tycho but seems be part of Maybe I'm on the wrong track but if I have Jdk8 should it not resolve+compile without any additional adding for |
I personally don't have time to spend on Java 8 issues, there is enough on my plate with Java 18 which is far more important IMHO. |
This issue is a regression of Bug 561363. |
I summarized the important parts here: https://github.com/eclipse/tycho/wiki/Compiling-code-for-older-java-releases |
Was: https://bugs.eclipse.org/bugs/show_bug.cgi?id=571533
Still the case trying with
2.4.0-SNAPSHOT
today.The text was updated successfully, but these errors were encountered: