-
Notifications
You must be signed in to change notification settings - Fork 114
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
[ANT] Remove obsolete comments and update ant.launching/remote.jar #1664
base: master
Are you sure you want to change the base?
Conversation
7d2553d
to
4bb869b
Compare
The de-duplication didn't work because all the |
Yes, welcome to my world! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I should have reverted the public thing after reuse failed.
As the SDK requires now Java 21, maybe we could also update Ant to use Java 21 and remove the conditional check? |
Only the help requires java 21 |
Yes and therefore the SDK requires Java 21 as it contains help. And we are open to move more components to Java 21, see recent PMC mail from @akurtakov. |
This would mean users that have Java < 21 configured to run ant files will be broken. |
I think that is similar to user who would like to run the SDK with Java < 21. This is also not possible anymore. Just to clarify: I don't feel strongly about updating Ant to Java 21 but from the discussion it sounded to me that supporting both is complex and time consuming so I wanted to add this option. As others are working on it I do not plan to mingle into their code changes. |
It is not! You can use Eclipse running on Java 21 but that doesn't mean all your products are supposed to use Java 21 now! This is the basics of IDE development! |
4bb869b
to
b8bc898
Compare
b8bc898
to
ae08158
Compare
Actually it was the other way round. I havn't removed it from my experiments but did it now.
As far as I can tell the current version of the remote.jar was compiled with Can someone more familiar with ant respectively this part can check this advice the right thing to do?
Yes. |
I hope not, it should have been 1.7 or 1.8. |
Also remove obsolete comments.
Follow-up on
Currently the ANT remote.jar pops-up as changed in my workspace and I didn't find an immediate hint that it's built in the CI.
So I guess it has to be updated and committed manually?