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

danno.ferrin at shemnon.com danno.ferrin at shemnon.com
Thu Oct 9 16:40:59 UTC 2014


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

RT-38376 - Unable to produce a Mac AppStore package with the Ant interface (but fine with packager Java API)
Summary: Ant lowercases it's native bundle names, so it can't catch camel-cased names from the bundlers ID. We can't just un-do that because build scripts in the wild specify EXE as well as exe, so change the loop ant uses to use a case insensitive check of the bundler IDs.

! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java

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

RT-38844 - [Bundlers] RUNTIME set to JRE inside JDK causes all the Mac bundlers to fail
Summary: We only used an endsWith test, which can cause problems if it ends with a slash, or if they add dots in the middle, or are off the cannoncial case.  Convert the string to a file, then strip one at a time if needed.

! modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppBundler.java

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

[test-only] RT-38146 - add option to disable native bundler codesign
Summary: add -nosign and valueless userJVMOptions to the CLITest test vectors, and fix some naming issues

! modules/fxpackager/src/test/java/com/oracle/tools/packager/CLITest.java



More information about the openjfx-changes mailing list