On 2/23/2020 12:39 AM, Geertjan Wielenga wrote:
When I run your maven command I get this:
*The desired archetype does not exist
(com.raelity.jfx:javafx-archetype-simple:0.0.4-SNAPSHOT)*
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.
I'm in the process of a pull request so the NetBeans javafx new project
actions use this.
-ernie
Gj
On Sun, Feb 23, 2020 at 9:32 AM Geertjan Wielenga <geert...@apache.org>
wrote:
Thanks for the work on this.
If we were to register this in Apache NetBeans 12.0, we'd have to make
clear that this is not Gluon OpenJFX, but something different, i.e., maybe
something like "NetBeans Friendly Gluon OpenJFX" or specifically your name,
i.e., Ernie Rael fork of etc.
Does it compile and run both with JDK 8 and 11, i.e., the LTS releases of
the JDK?
Gj
On Sat, Feb 22, 2020 at 7:36 PM Ernie Rael <err...@raelity.com> wrote:
That didn't come out quite right. Here it is *with* SNAPSHOT specified
mvn archetype:generate \
-DarchetypeGroupId=com.raelity.jfx \
-DarchetypeArtifactId=javafx-archetype-simple \
-DarchetypeVersion=0.0.4-SNAPSHOT \
-DgroupId=groupid \
-DartifactId=artifactId \
-Dversion=version
Note: there are two archetypes 'simple' and 'fxml'
-ernie
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists