Fix ant warnings on build for missing dirs#200
Merged
tonygermano merged 1 commit intoOpenIntegrationEngine:mainfrom Nov 15, 2025
Merged
Fix ant warnings on build for missing dirs#200tonygermano merged 1 commit intoOpenIntegrationEngine:mainfrom
tonygermano merged 1 commit intoOpenIntegrationEngine:mainfrom
Conversation
96c7c61 to
a55769f
Compare
tonygermano
requested changes
Nov 14, 2025
Many of the extensions do not include external dependencies, but for consistency in the build file all extensions attempt to copy libs if they exist. The copy tasks were already to configured to not fail if there was an error copying the files (because the source dir does not exist in this case.) This change also sets the quiet option so that a warning is not produced in the build output on a copy error. Signed-off-by: Tony Germano <tony@germano.name>
85d2103 to
077f607
Compare
Merged
Member
|
The javadoc changes were pulled out into #203, so this now focuses solely on the ant errors. In the original commit from #146 these sections were deleted because the |
tonygermano
approved these changes
Nov 15, 2025
kpalang
approved these changes
Nov 15, 2025
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.
Addresses or silences warnings present in build to front-load the Java 17 migration.
Related: #146