So I guess all we need is a PR for https://github.com/mojohaus/javafx and Milos will publish it on Maven Central?
--emi On Tue, May 9, 2017 at 8:54 AM, Milos Kleint <[email protected]> wrote: > it used to be codehaus now github > > > https://github.com/mojohaus?utf8=%E2%9C%93&q=javafx&type=&language= > > Milos > > > > On Tue, May 9, 2017 at 3:52 PM, Jaroslav Tulach < > [email protected]> > wrote: > > > On úterý 9. května 2017 2:18:32 CEST Kenneth Fogel wrote: > > > Today I prepared and then gave a lecture on how to create a Maven based > > > JavaFX project with NetBeans (pptx available on request). What made > this > > > harder than it had to be was that NetBeans is generating code for > JavaFX > > > 2.0 and not JavaFX 8. > > > > Are you taking about Maven JavaFX project wizard? Then the registration > is > > at > > https://github.com/emilianbold/netbeans-releases/ > > blob/master/maven/src/org/ > > netbeans/modules/maven/newproject/MavenWizardIterator.java#L99 > > and it points to "org.codehaus.mojo.archetypes", "javafx", "0.6" - that > > archetype seems to be available at https://mvnrepository.com/artifact/ > > org.codehaus.mojo.archetypes/javafx/0.6 - I am not sure where are the > > sources, > > but the right action is to modify the archetype and release version 0.7. > > Then > > you can change the NetBeans template to refer to new, updated version. > > > > Regards. > > -jt > > > > > > > > > A similar problem occurs when using JPA ORM where the > > > JPA controller is for standalone applications rather than for server > > > containers. I am curious if there is a dedicated group who keeps the > > > wizards up to date. While I am not sufficiently skilled to work > directly > > on > > > NetBeans source or plugins I am interested in improving the code that > is > > > generated whenever a new file or project is created. If there is some > > small > > > way I can contribute then please call on me. > > > > > > Ken > > > > > > >
