Re: JavaFX 11 snapshots in maven sonatype

2018-07-09 Thread Sverre Moe
I thought I replied to the list, and not just you. Probably easier to use the module name as artifactId, but it seems odd though and stands out against all the rest of dependencies naming using a dash delimiter. Den tor. 5. jul. 2018, 19:02 skrev Johan Vos : > The name is the same name as the

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Kenzie Togami
Gerd >>> > >>> > Gerd Müller-Schramm >>> > Software Developer, GeoMedia Smart Client Kommunal >>> >> > T: +49 341 92 60 30 47 <+49%20341%2092603047> <+49%20341%2092603047> >> >> >>> > E: gerd.mueller-schr...@hexagon.com &

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Matthieu BROUILLARD
Hi, If you are really looking for some automated project versioning, you can also look at jgitver (1) which can compute project versions based on git commits, tags, branches, ... There is a maven core extension (2) and a gradle plugin (3) for it. -- Matthieu Brouillard 1:

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Johan Vos
I agree. It's not only the pragmatic approach (no need for a work-around for the gradle snapshot/classifier combo issue), but it also makes it easier to track issues (e.g. "this issue appears with 11.0.0-ea18 but is gone with ea19) -> versioning in JBS/github. - Johan On Sun, Jul 8, 2018 at 7:37

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Sven Reimers
Hi, I think I like the idea of just having something similiar like OpenJDK e.g. 11.0.0-ea18. Do we really need snapshots - i.e. continuous builds published to maven central? -Sven Scott Palmer schrieb am So., 8. Juli 2018, 19:04: > If separate Gradle processes produce the artifacts, there is

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Scott Palmer
If separate Gradle processes produce the artifacts, there is probably a way to bring them together and (re-)publish them together in yet another project. Scott > On Jul 8, 2018, at 8:38 AM, Johan Vos wrote: > > I don't think that will help, as the artifacts for the different platforms > are

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Johan Vos
>> > >> > Hexagon Geospatial >> > Wittenberger Straße 15B >> <https://maps.google.com/?q=Wittenberger+Stra%C3%9Fe+15B+%0D%0A+04129+Leipzig,+Germany=gmail=g> >> >> <https://maps.google.com/?q=Wittenberger+Stra%C3%9Fe+15B+%0D%0A+04129+Leipzig,+Germany=g

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Kenzie Togami
Germany > > hexagongeospatial.com > > > > -Original Message- > > From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On > Behalf > > Of Johan Vos > > Sent: Donnerstag, 5. Juli 2018 11:03 > > To: openjfx-dev@openjdk.java.net List &g

Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Tom Eugelink
jfx-dev-boun...@openjdk.java.net] On Behalf Of Johan Vos Sent: Donnerstag, 5. Juli 2018 11:03 To: openjfx-dev@openjdk.java.net List Subject: JavaFX 11 snapshots in maven sonatype A first batch of snapshots for the JavaFX 11 modules is now in the maven sonatype snapshot repository (see https://oss.son

Re: JavaFX 11 snapshots in maven sonatype

2018-07-07 Thread Johan Vos
; >> Hexagon Geospatial >> Wittenberger Straße 15B >> 04129 Leipzig, Germany >> hexagongeospatial.com >> >> -Original Message- >> From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On >> Behalf Of Johan Vos >> Sent: Donner

Re: JavaFX 11 snapshots in maven sonatype

2018-07-06 Thread Michael Paus
Hi Johan, many thanks for the clarifications. Please find some more comments inline: Am 06.07.18 um 14:54 schrieb Johan Vos: Hi Michael, Thanks for testing this. You can avoid downloading all platform jars by specifying the javafx.platform with maven: mvn -Djavafx.platform=mac clean

Re: JavaFX 11 snapshots in maven sonatype

2018-07-06 Thread Johan Vos
Hi Michael, Thanks for testing this. You can avoid downloading all platform jars by specifying the javafx.platform with maven: mvn -Djavafx.platform=mac clean package exec:java There is a rationale behind this: maven would be able to detect the OS and make sure only the platform jars related

Re: JavaFX 11 snapshots in maven sonatype

2018-07-06 Thread Johan Vos
va.net] On Behalf > Of Johan Vos > Sent: Donnerstag, 5. Juli 2018 11:03 > To: openjfx-dev@openjdk.java.net List > Subject: JavaFX 11 snapshots in maven sonatype > > A first batch of snapshots for the JavaFX 11 modules is now in the maven > sonatype snapshot repository (see &g

Re: JavaFX 11 snapshots in maven sonatype

2018-07-06 Thread Michael Paus
Hi, I tried the examples on my Mac with Maven and with a simple     mvn clean package exec:java on the command line they all compiled and worked out of the box. Great work! I used OpenJDK 11ea20 for this. I have a few questions though: 1. I observed that maven downloaded all dependencies for

RE: JavaFX 11 snapshots in maven sonatype

2018-07-05 Thread MUELLER-SCHRAMM Gerd
--Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Johan Vos Sent: Donnerstag, 5. Juli 2018 11:03 To: openjfx-dev@openjdk.java.net List Subject: JavaFX 11 snapshots in maven sonatype A first batch of snapshots for the JavaFX 11 modules is now in

JavaFX 11 snapshots in maven sonatype

2018-07-05 Thread Johan Vos
A first batch of snapshots for the JavaFX 11 modules is now in the maven sonatype snapshot repository (see https://oss.sonatype.org/content/repositories/snapshots/org/openjfx/ although you probably don't want to work with these artifacts directly but use build tools like maven or gradle to do