Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
On Thu, Apr 16, 2020 at 10:29 AM Ty Young wrote: > > > > Also, are Netbeans beta releases not being announced? I didn't even know > 12 was in its third beta. > > Yes, on the dev mailing list -- though indeed it would be good to announce them here too. If you want to follow the latest

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
I’ll also add that this was for JDK11 and references the JPackager that has since been replaced with JPackage in JDK14 for which the arguments are a little different. I’ve posted a supplemental article on DZone just now but it will be a few days before that appears. org.codehaus.mojo

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Ty Young
On 4/16/20 3:11 AM, Geertjan Wielenga wrote: Can you use the latest 12.0 Beta build, please, which should result in OpenJFX projects being able to be run and debugged out of the box:

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
Hi Ty, It can be a little confusing; can I recommend you follow a set of DZone[1] articles I authored on getting OpenJFX running happily in NetBeans. The articles target JDK 11 but there are no changes for 14. Using Maven there is no need to include local libraries other than that which Maven

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
Can you use the latest 12.0 Beta build, please, which should result in OpenJFX projects being able to be run and debugged out of the box: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ Gj On Thu, Apr 16, 2020 at 9:51 AM

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Ty Young
On 4/15/20 11:50 PM, Ernie Rael wrote: I don't know enough about maven/javafx to give a definitive answer. The pom generated by NB for a javafx project seems to imply that there is a separate artifact for each javafx-module (as in java defined module). The program runs, so stuff is getting

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Chris Olsen
Ty and All -- I am afraid I am very much a beginner, and new to Maven, but if it would help to compare a complete pom that (Shock!) works, here is one. In my ignorance I pretty much had to take what Netbeans generated, with perhaps a very small amount of fiddling. -- Chris

Re: Netbeans, JavaFX, and Maven

2020-04-15 Thread Ernie Rael
I don't know enough about maven/javafx to give a definitive answer. The pom generated by NB for a javafx project seems to imply that there is a separate artifact for each javafx-module (as in java defined module). The program runs, so stuff is getting downloaded. Here's an excerpt        

Netbeans, JavaFX, and Maven

2020-04-15 Thread Ty Young
Has anyone been able to get JavaFX from Maven(.m2) working? I'm having issues with this POM: http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;>