hg: openjfx/8u-dev/rt: RT-36739: Mac App bundler ignores classpath
hang.vo at oracle.com
hang.vo at oracle.com
Tue Apr 22 21:03:13 UTC 2014
Changeset: ae1408a0cf50
Author: shemnon
Date: 2014-04-22 11:36 -0600
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae1408a0cf50
RT-36739: Mac App bundler ignores classpath
Summary: inside the plist it is expecting space delimitation, which is counter to the classical classpath on a CLI but consistent with the manifest entry. So if we see colons (the mac path separator) we will replace it with space during packaging so the binary doesn't have to change.
! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/MacAppBundler.java
More information about the openjfx-dev
mailing list