Use o.e.equinox.executable.feature.group in pde.build.tests#1885
Merged
HannesWell merged 1 commit intoeclipse-pde:masterfrom Jul 20, 2025
Merged
Use o.e.equinox.executable.feature.group in pde.build.tests#1885HannesWell merged 1 commit intoeclipse-pde:masterfrom
HannesWell merged 1 commit intoeclipse-pde:masterfrom
Conversation
instead of the artificial (to be removed) unit 'org.eclipse.equinox.executable'. Because the p2.mirror-task that sets up the test environment in the test.xml is configured with 'followOnlyFilteredRequirements="true"' the redirection mechanism of the new definition of 'org.eclipse.equinox.executable' does not work. Additionally print where the executable was found, just for information. Fixes eclipse-pde#1884
Test Results 752 files + 255 752 suites +255 46m 18s ⏱️ + 12m 42s For more details on these failures, see this check. Results for commit 84b4b10. ± Comparison against base commit 9a64872. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use
o.e.equinox.executable.feature.groupinpde.build.testsinstead of the artificial (to be removed) unit'org.eclipse.equinox.executable'.
Because the p2.mirror-task that sets up the test environment in the
test.xmlis configured withfollowOnlyFilteredRequirements="true"the redirection mechanism of the new definition of'org.eclipse.equinox.executable' does not work.
Additionally print where the executable was found, just for information.
Fixes #1884