Some dist related build improvements (build variant, build without winrun4j or openjfx jars)#494
Draft
niol wants to merge 3 commits into
Draft
Some dist related build improvements (build variant, build without winrun4j or openjfx jars)#494niol wants to merge 3 commits into
niol wants to merge 3 commits into
Conversation
Owner
|
Interesting, so I guess the idea it to be able to build without OpenJFX but with SWT so embedded browser is available? |
Author
|
Yes, openjfx may not be available in the next Debian stable and I was thinking of this plan B. |
mguessan
added a commit
that referenced
this pull request
Jun 21, 2026
git-svn-id: https://svn.code.sf.net/p/davmail/code/trunk@4201 3d1905a2-6b24-0410-a738-b14d5a86fcbd
Owner
|
Pushed the java part, just fixed a glitch on Class.forName: need full class name to make it work. Not sure about the build part though: currently the docker package assumes we have OpenJFX available, if we make the debian build exclude JavaFX by default O365Interactive will no longer be available. SWT does not work in Docker either: would have to embed a full browser in image to make it work, except if you find another way to interact with native browser. With Flatpak package I switched to full gnome platform runtime to make SWT work. |
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.
No description provided.