-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sync main with develop #61
Merged
Merged
Conversation
This file contains 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
- Let's add steps to the GitHub Actions workflow file that will clean the target folder, retrieve the APDFL package from Maven Central, and assemble sample JAR files with the appropriate dependencies. - Let's add the maven-assembly-plugin as a dependency in the sample pom.xml files, so that the sample JAR files contain the dependencies that will allow use to run the samples in CI.
- The APIs that support conversion to Office formats and XPS formats is not available on the Mac platform, so let's disable those samples so they get skipped in CI. - Correct issue with PDFOptimize sample's pom.xml file.
- Let's add target\lib to the PATH on Windows - this is so that the dependencies and APDFL DLLs are found by the java command when we go to run the samples. - Adds a step to the workflow file to run Java samples.
- The Display and Printing samples require the use of a GUI interface to run properly, and GitHub runners do not have that capability so let's disable the samples in CI.
- It also requires a GUI display to be run properly, so let's disable it in CI.
- The AddElements and AddHeaderFooter sample require fonts in order to run properly. Let's add a step to the workflow so the fonts get installed for those samples.
- The jarfile for the ListBookmarks sample was not being found because the artifact id in the pom.xml file did not match the casing of the sample name. Let's fix that.
- The DocToImages sample needs an input PDF file as a command line argument in order run properly. Let's unpack the resources ZIP file so that we can access the sample documents in the Sample_Input directory.
- The samples aren't running on macOS, it might be because the comparison value for RUNNER_OS was incorrect in the workflow file. Let's try correcting that to see if it gets the Mac samples running.
- The APIs necessary to run these 2 samples are only available on Win64 and Linux 64, so let's prevent them from running on macOS.
…Java-samples APDFL-5515: Create CI for the Java Maven samples
Update PDFL version to 18.35.0
datalogics-bruceh
added
the
merge at public release
Should be merged when product is publicly released
label
May 2, 2024
datalogics-robl
approved these changes
May 8, 2024
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.
No description provided.