hg: openjfx/8u-dev/rt: 2 new changesets

danno.ferrin at shemnon.com danno.ferrin at shemnon.com
Thu Oct 9 20:12:36 UTC 2014


Changeset: dd5a9938e9ee
Author:    shemnon
Date:      2014-10-09 14:06 -0600
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dd5a9938e9ee

[dev-only] update the packager dev task to accept command line arguments

! build.gradle
! modules/fxpackager/src/test/java/hello/SimpleBundle.java

Changeset: 95f78d5336c6
Author:    shemnon
Date:      2014-10-09 14:11 -0600
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/95f78d5336c6

RT-38791: [Packager] userJvmOptions are not propagated using CLI bundler
Summary: This was an 8u20 bug, not a regression.  We were accepting user JVM Options without a value.  Catch that during validate and reject it, with helpful error messages.

! modules/fxpackager/src/main/java/com/oracle/tools/packager/linux/LinuxAppBundler.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppBundler.java
! modules/fxpackager/src/main/java/com/oracle/tools/packager/windows/WinAppBundler.java
! modules/fxpackager/src/main/resources/com/oracle/tools/packager/linux/LinuxAppBundler.properties
! modules/fxpackager/src/main/resources/com/oracle/tools/packager/mac/MacAppBundler.properties
! modules/fxpackager/src/main/resources/com/oracle/tools/packager/windows/WinAppBundler.properties
! modules/fxpackager/src/test/java/com/oracle/tools/packager/CLITest.java



More information about the openjfx-changes mailing list