Erin Whitla

Results 22 comments of Erin Whitla
trafficstars

I had to drop support for H2 because of this.

> Just adding a note here that JPMS modules are not necessary in Java 9+ generally speaking (i.e. the classpath still works fine), but JavaFX (OpenJFX) does use them. This...

@radcortez I might have time in the new year but I am all tied up with trying to get two major product releases out by Xmas for my biggest client....

This was not the case on 1 Mar 2019. Perhaps close this as resolved with a reference to the PR that closed it.

The issue I had with this is that maven project overrides did not supersede JAVA_HOME as the should. JAVA_HOME is supposed to be a fallback not the first tried variable....

Just following the Getting Started guide - from the perspective of someone with a lot of Maven experience who therefore defaults to using Maven to build things - results in...

I should probably explain why this is such a big deal. I, and most of my team, develop on MacOS. Our CI environment is Linux, and our target environments for...

I have fixed this issue in https://github.com/openjfx/javafx-maven-plugin/pull/87 but have closed that PR while I refactor the test I had to disable due to https://github.com/openjfx/javafx-maven-plugin/issues/86. I will fix that test today...

FWIW I think you should be testing the execution of _the plugin_ here, not a JavaFX project built using the plugin.