-
Notifications
You must be signed in to change notification settings - Fork 136
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
[24] Try building the java24 patch on JDT infra #3244
Comments
One none-standard part of the existing patch-build can be found in java23patch/eclipse.releng.repository.java23patch/patchMatchVersion.xsl |
Command line approach using pde-build and p2's publishers Fixes eclipse-jdt/eclipse.jdt.core#3244
- make wget silent - invoke xslt processor via ant Fixes eclipse-jdt/eclipse.jdt.core#3244
Development is happening in git and on jenkins. The following result can be installed into Eclipse I20241104-1800 (against which it was built: https://ci.eclipse.org/jdt/job/org.eclipse.jdt-patch-feature/9/artifact/eclipse.jdt/org.eclipse.jdt.releng/patchbuild/work/org.eclipse.jdt.java24patch.zip Unfortunately installation into 4.34M3 fails, despite what looks like a suitable version range. Further issues:
|
Next build based on Y-Build Y20241109-1000 and SDK 4.34M3 can be installed into 4.34M3 (I20241107-0510) and also the next I-build I20241108-1800, see https://ci.eclipse.org/jdt/job/org.eclipse.jdt-patch-feature/10/artifact/eclipse.jdt/org.eclipse.jdt.releng/patchbuild/work/org.eclipse.jdt.java24patch.zip |
Overview of StepsThe following steps are orchestrated in build.sh :
All this completes well under one minute. Building the featurePDE Build is set up using these files (
Generating MetadataI had a bit of an issue to get metadata including the substitutions from
|
Some initial thoughts are in #2899 (comment)
The text was updated successfully, but these errors were encountered: