Changeset: f12c0b6b2a0e Author: shemnon Date: 2014-06-05 15:45 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f12c0b6b2a0e
RT-37353: Exception when bundler is being passed different VM options via CLI Summary: Don't pass empty lists or maps into the bundle params, with test. ! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/BundleParams.java ! modules/fxpackager/src/test/java/com/oracle/tools/packager/CLITest.java Changeset: b9fb7e166129 Author: shemnon Date: 2014-06-06 10:43 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b9fb7e166129 [test only] RT-37217: [Bundlers] mac packaging fails when RUNTIME option is passed Summary: Integration servers do non-standard things with the JRE the run from, so ignore the mac tests unless the JRE is set up as we expect it to be. ! 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/MacDaemonBundlerTest.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