https://issues.apache.org/jira/browse/NETBEANS-3104
Gj On Wed, Feb 26, 2020 at 3:50 PM Ernie Rael <[email protected]> wrote: > On 2/26/2020 12:52 AM, Geertjan Wielenga wrote: > > The preferred approach is still to not fork -- and there is now movement > in > > the PR: > > > > https://github.com/openjfx/javafx-maven-archetypes/pull/8 > > > > So my preference would be to continue to focus on not forking > > What about nbactions.xml? > > -ernie > > > -- however, > > now that Ernie's solution is available, we could use it from the "Maven > > Project from Archetype" wizard, even already in 11.3, i.e., there's no > > reason to wait to 12.0 to use it, except that it's hidden of course -- > and > > we should put together some tutorials around these different approaches. > > > > Gj > > > > On Wed, Feb 26, 2020 at 1:25 AM Ernie Rael <[email protected]> wrote: > > > >> On 2/25/2020 3:13 PM, Glenn Holmer wrote: > >>> On 2/25/20 4:56 PM, Ernie Rael wrote: > >>>> Deployed to maven central; no more SNAPSHOT issue. You can now do > >>>> > >>>> mvn \ > >>>> archetype:generate \ > >>>> -DarchetypeGroupId=com.raelity.jfx \ > >>>> -DarchetypeArtifactId=javafx-archetype-simple \ > >>>> -DarchetypeVersion=0.0.1 \ > >>>> -DgroupId=com.raelity.play.jfx.simple \ > >>>> -DartifactId=jfx-simple \ > >>>> -Dversion=1.0-SNAPSHOT > >>>> > >>>> Once it's in the local, you can use the "maven project from > archetype", > >>>> not sure why it needs to be in local first. > >>> When I run the above command, it works; after that though, using > >>> "project from archetype" doesn't have the expected changes in > >> nbactions.xml. > >> > >> > >> Is it possible you were picking up the archetypes from org.openfjx? > >> > >> I just tried it, worked OK; had to do > >> "Tools>Options>Java>Maven>Index>IndexNow" first. Was there an > >> nbactions.xml at all? > >> > >> -ernie > >> > >>> > >>> --------------------------------------------------------------------- > >>> 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 > >>> > >> > >> --------------------------------------------------------------------- > >> 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 > >> > >> > >> > >> > > > --------------------------------------------------------------------- > 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 > > > >
