Re: Gradle plugin dependency problem

2018-12-05 Thread Lennart Börjeson
I've found and corrected the problem in the plugin and submitted a pull request. Cf. https://github.com/openjfx/javafx-gradle-plugin/pull/15 Best regards, /Lennart Börjeson > 3 dec. 2018 kl. 11:12 skrev Lennart Börjeson : > > Is this the right place to ask questions on the

Gradle plugin dependency problem

2018-12-03 Thread Lennart Börjeson
Is this the right place to ask questions on the gradle plugin (org.openjfx.javafxplugin) ? I'm trying to migrate to Java 11 and openjfx. I have a gradle setup with multiple projects, which seems to be problematic. Base: Mostly non-GUI, code but still some references to javafx GUI: The javafx GU

Re: Using the jpackager

2018-11-09 Thread Lennart Börjeson
ra.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14217780 > > On Fri, Nov 9, 2018 at 4:06 PM Lennart Börjeson wrote: > I've been trying to understand how to use the jpackager, but I'm stumped. > > I have for a long been using the now defunct gradle-javafx plugi

Using the jpackager

2018-11-09 Thread Lennart Börjeson
f the "input directory"? Best regards, /Lennart Börjeson

Re: "javapackager" in no-mans-land?

2018-09-20 Thread Lennart Börjeson
remain at Java 10 until then. /Lennart Börjeson Electrogramma ab iPhono meo missum est > 20 sep. 2018 kl. 21:05 skrev Kamlesh Prajapati > : > > Hi, > > Currently , I used javafx 8 with JNLP Application. > > Is JNLP application support in javafx11 + java11 ? > &

Re: "javapackager" in no-mans-land?

2018-09-18 Thread Lennart Börjeson
substantially. I’m hoping for a future Gradle plugin replacement. Seriously, it would be much easier to build my own JDK with OpenJfx, the javapackager and UserJvmOptions Service still bundled with it, but then I’d step up to a completely different level of support commitment... /Lennart Börjeson

Re: ArrayIndexOutOfBoundsException with openjfx 11-ea+23, run from gradle

2018-08-24 Thread Lennart Börjeson
in JDK-8193288 > [2]? > > -- Kevin > > [1] https://github.com/gradle/gradle/issues/3468 > <https://github.com/gradle/gradle/issues/3468> > [2] https://bugs.openjdk.java.net/browse/JDK-8193288 > <https://bugs.openjdk.java.net/browse/JDK-8193288> > &g

Re: ArrayIndexOutOfBoundsException with openjfx 11-ea+23, run from gradle

2018-08-23 Thread Lennart Börjeson
avafx.verbose=true' ? Johan might have > other suggestions. > > -- Kevin > > > On 8/23/2018 2:27 AM, Lennart Börjeson wrote: > > After upgrading to the latest maven artefacts (11-ea+23) from the previous > > (11-ea+19), I get the fol

ArrayIndexOutOfBoundsException with openjfx 11-ea+23, run from gradle

2018-08-23 Thread Lennart Börjeson
After upgrading to the latest maven artefacts (11-ea+23) from the previous (11-ea+19), I get the following error when I try to run the javafx11sample hello3d from gradle: > Task :run RenderJob.run: internal exception java.lang.ArrayIndexOutOfBoundsException: 0 at java.base/java.util.Arra

Re: JavaFX 11 maven snapshots - empty jars

2018-08-22 Thread Lennart Börjeson
ncy contains a module-info.class, and if so, parse > it and process it. > > - Johan > > > > On Thu, Aug 16, 2018 at 11:26 AM Lennart Börjeson <mailto:lenbo...@gmail.com>> wrote: > FWIW, I've fixed the Gradle builds in the current javafx11samples and se

Re: JavaFX 11 maven snapshots - empty jars

2018-08-16 Thread Lennart Börjeson
FWIW, I've fixed the Gradle builds in the current javafx11samples and sent you a pull request. I know these samples are only temporary, but I believe I'm not the only gradle user who's been frustrated by not having any working example to try out. My fix still uses the 11.0.0-SNAPSHOT builds and

Re: Fate of jdk.packager and jdk.packager.services?

2018-08-07 Thread Lennart Börjeson
...and please don’t forget the packager services! Perhaps it could be made available as a maven module? /Lennart Börjeson Electrogramma ab iPhono meo missum est > 7 aug. 2018 kl. 19:54 skrev Kevin Rushforth : > > We're still aiming for that, although it might be a bit afte

Re: Fate of jdk.packager and jdk.packager.services?

2018-08-07 Thread Lennart Börjeson
here is a draft for a replacement, see > https://bugs.openjdk.java.net/browse/JDK-8200758 > <https://bugs.openjdk.java.net/browse/JDK-8200758>. > > - Nir > > On Tue, Aug 7, 2018 at 12:28 PM, Lennart Börjeson <mailto:lenbo...@gmail.com>> wrote: > I'm migrating

Fate of jdk.packager and jdk.packager.services?

2018-08-07 Thread Lennart Börjeson
enjfx myself? If not, is there some alternative to the UserJvmOptions? (I'm currently working around my problems by building both openjfx and the JDK, and bundling openjfx with the JDK, just like in the good old days...) Best regards, /Lennart Börjeson

Re: Instructions for working on OpenJFX

2018-01-19 Thread Lennart Börjeson
find the reason for the failure until I just happened to try --no-parallel. My linux build seem to work with parallel on, but that is perhaps only by pure luck? I'm using gradle 4.3.1, BTW. /Lennart > > Lennart Börjeson wrote: >> 19 jan. 2018 kl. 01:10 skrev Kevi

Re: Instructions for working on OpenJFX

2018-01-19 Thread Lennart Börjeson
fx.graphics/build/gensrc/headers/javafx.graphics' > specified for property 'headers' does not exist. Best regards, /Lennart Börjeson

SOLVED: Error building on Mac: compileDecoraNativeShadersMac fails

2017-10-10 Thread Lennart Börjeson
> 13 sep. 2017 kl. 11:33 skrev Lennart Börjeson : > > I'm trying to build OpenJFX on my Mac in order to integrate with openjdk 10 > (the shenandoah project; I know the vanilla jdk 9 has javafx built-in). > > I believe I've followed the build instructions, b

Error building on Mac: compileDecoraNativeShadersMac fails

2017-09-13 Thread Lennart Börjeson
I'm trying to build OpenJFX on my Mac in order to integrate with openjdk 10 (the shenandoah project; I know the vanilla jdk 9 has javafx built-in). I believe I've followed the build instructions, but building still fails with: FAILURE: Build failed with an exception. * What went wrong: A probl