Re: Platform independent deployment

2022-10-21 Thread Thomas Reinhardt
. Not intended at all. -Thomas On 21/10/2022 11:54, Johan Vos wrote: On Fri, Oct 21, 2022 at 11:38 AM Thomas Reinhardt mailto:thomas.reinha...@s4p.de>> wrote: As for the javafx-maven-plugin: I don't see how this would help here. It states

Re: Platform independent deployment

2022-10-21 Thread Thomas Reinhardt
b.com/openjfx/javafx-gradle-plugin <https://github.com/openjfx/javafx-gradle-plugin> Maven variant - https://github.com/openjfx/javafx-maven-plugin <https://github.com/openjfx/javafx-maven-plugin> On Fri, Oct 21, 2022 at 1:29 AM Thomas Reinhardt mailto:thomas.reinha...@s4p.de>&

Re: Platform independent deployment

2022-10-20 Thread Thomas Reinhardt
e last one striving for a platform independent application. Thank you all for helping out! From: Nir Lisker Sent: 20 October 2022 23:14 To: Thomas Reinhardt Cc: openjfx-dev@openjdk.org Subject: Re: Platform independent deployment There was a discussion on this

Re: Platform independent deployment

2022-10-20 Thread Thomas Reinhardt
be ignored). --John On 20/10/2022 19:03, Thomas Reinhardt wrote: > > Hi Nir, > > Does not work (I testet it) and it can not work (see below). > > Also, this is exactly what my naive test was (I did not use maven to > copy the artifacts, but the result obviously is the sa

Re: Platform independent deployment

2022-10-20 Thread Thomas Reinhardt
Hi Andy, This is actually a good suggestion. There are compatibility issues with existing installations (end users could change the commandline/arguments). I will have to check. - Thomas Mit freundlichen Grüßen, Thomas Reinhardt Am 20.10.2022 19:12 schrieb Andy Goryachev : Thomas

Re: Platform independent deployment

2022-10-20 Thread Thomas Reinhardt
penjfx-docs/#introduction <https://openjfx.io/openjfx-docs/#introduction>, it might be worth adding it. On Thu, Oct 20, 2022 at 9:42 AM Thomas Reinhardt mailto:thomas.reinha...@s4p.de>> wrote: Hi! Apologizes if this is not the proper list to ask my question. For contex

Platform independent deployment

2022-10-19 Thread Thomas Reinhardt
Hi! Apologizes if this is not the proper list to ask my question. For context: we are using the WebView of JavaFX in our legacy swing based frontend application. For now that is the only component we are using but we might migrate completely at a later point in time. I have an issue with t

Re: Proposal: Bump minimum JDK version for JavaFX 20 to JDK 17

2022-07-20 Thread Thomas Reinhardt
Hi, I would assume that all projects with many dependencies are upgrading their JDK slowly. Because you obviously need all your dependencies to support the new JDK. Which means that the JDK is necessarily the last thing to update. With our project we have hundreds of dependencies, some qui