That makes sense — the lines to include that module have not yet been put into master, and now probably won’t be because we’ll be registering the openjfx.io samples in a different and better way.
Gj On Tue, 27 Aug 2019 at 16:19, Glenn Holmer <[email protected]> wrote: > On 8/27/19 8:02 AM, Sean M Phillips wrote: > >>>> It works out of the box. > > > True... as of right now it successfully allows you to clean and build the > > app. However this was not the case until recently. The default setup is > > still missing aspects that would allow you to debug out of the box etc. > > For me (NetBeans 11.1, Java 11.0.4), the HelloFXWithMaven works > (including debugging), but debugging HelloFXMLWithMaven fails with: > > Error: Could not find or load main class org.openjfxml.hellofx.App in > module org.openjfx.hellofxml > > the reason being that line 71 of the POM should read > > <mainClass>org.openjfx.hellofxml/org.openjfx.hellofxml.App</mainClass> > > rather than > > <mainClass>org.openjfx.hellofxml/org.openjfxml.hellofx.App</mainClass> > > which looks like just a simple typo. I built NetBeans from source to fix > it, but no longer see OpenJFX under Samples. Don't know what I did wrong > there. > > -- > Glenn Holmer (Linux registered user #16682) > "After the vintage season came the aftermath -- and Cenbe." > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >
