Changeset: 56985c535d7a Author: shemnon Date: 2014-07-02 14:55 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/56985c535d7a
RT-37788: MacOSX Does not respect JVMUserOptions Summary: Some tweaks to test code first ! modules/fxpackager/src/test/java/com/oracle/tools/packager/linux/LinuxAppBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/linux/LinuxDebBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/linux/LinuxRpmBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppStoreBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacDmgBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacPkgBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinAppBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinExeBundlerTest.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinMsiBundlerTest.java ! modules/fxpackager/src/test/java/hello/TestPackager.java Changeset: 8dfcc422ba56 Author: shemnon Date: 2014-07-03 14:52 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8dfcc422ba56 RT-37788: MacOSX Does not respect JVMUserOptions Summary: Make the mac launcher respect the established java.util.prefs patterns on Mac OSX Include (disabled) unit tests. These are disabled because they require manual execution and verification. ! modules/fxpackager/src/main/native/launcher/mac/main.m ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppBundlerTest.java Changeset: 4e6634321740 Author: shemnon Date: 2014-07-07 07:19 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4e6634321740 RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and strips Info.plist Summary: Update the JDK Parameters prior to validating the app image bundler. This will get the right rules in place before they are evaluated by the child app image bundler's validation. ! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppStoreBundler.java