Re: Maven deployment plugin for JavaFX

2020-09-04 Thread HRH
Thanks, Ernie, I recall someone on Stackoverflow had mentioned it while back. I will look into it. On Friday, September 4, 2020, 7:45:30 PM GMT+4:30, Ernie Rael wrote: On 9/3/2020 11:04 AM, HRH wrote: > Hi, > > Does anyone know, if Maven has a plugin deployment for JavaFX > applicati

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread Ernie Rael
On 9/3/2020 11:04 AM, HRH wrote: Hi, Does anyone know, if Maven has a plugin deployment for JavaFX application that will render a self-contained installable package Is jlink of any use here? The projects created with "NewProject > SimpleJavaFX > ..." have a jlink action. -ernie for a give

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread HRH
David, Thanks for outlining your thoughts,it seems like a novel solution. The coveted solution would be (dreaming or ideallyspeaking) a feature integrated into the Project->Properties (or perhapselsewhere in the IDE), which can create a self_contained_installable package ofthe user’s project for

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread Chris Olsen
David -- Thank you! I will try doing this. -- Chris - Original Message - From: "David Gradwell" To: "COlsen" Cc: "users" Sent: Friday, September 4, 2020 8:21:33 AM Subject: Re: Maven deployment plugin for JavaFX Chris, Hopefully some of the following will help. We too did no

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread David Gradwell
Chris, Hopefully some of the following will help. We too did not want to use XCode (much!). You have to install it and use certain upload/notarise tools, but that works. So, my steps list is: 1.Set up an Apple developer ID, pay fee etc. using an email – we use a@b.c

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread Chris Olsen
David -- I am much interested in your statement... > We have also mastered the issues around Apple notarization needed to distribute an .app or .dmg. Can elaborate on this? Or better yet provide some code or script to make this happen? I do NOT want to mess with XCode!! -- Chris -

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread David Gradwell
I have exactly the same question for any standard Java application. In previous versions of NetBeans an Ant project used to provide this capability but Ant package as seems to be broken in NetBeans 12. For example, using: Product Version: Apache NetBeans IDE 12.0 Java: 14.0.1; OpenJDK 64-Bit