Changeset: 62077c9f7bbc
Author:    shemnon
Date:      2014-04-14 09:03 -0600
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/62077c9f7bbc

RT-36667: [packager] ant fails if serviceHint bundlearg is set
Summary: make sure an unset daemonflag registers as null not false.

! modules/fxpackager/src/main/java/com/sun/javafx/tools/ant/Application.java
+ 
modules/fxpackager/src/test/resources/com/sun/javafx/tools/ant/BAservicehint.xml

Changeset: 62e622c05ec8
Author:    shemnon
Date:      2014-04-14 13:57 -0600
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/62e622c05ec8

RT-36668: [Bundler] ant bundling fails with ZipException
Summary: the sniffing for the main class should be smarter about how it sniffs: 
jars only and only appropriate scope.  Clean up some related tests to remove 
noise.

! modules/fxpackager/src/main/java/com/oracle/bundlers/StandardBundlerParam.java
! 
modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/LinuxDebBundler.java
! 
modules/fxpackager/src/main/resources/com/oracle/bundlers/linux/LinuxDebBundler.properties
! modules/fxpackager/src/test/resources/com/sun/javafx/tools/ant/bundleargs.xml

Changeset: f88fe8593386
Author:    Chien Yang <chien.y...@oracle.com>
Date:      2014-04-14 13:35 -0700
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f88fe8593386

 Fix to RT-36177: Native code needs to handle NULL when making call to JNI 
methods
 Reviewed by Anthony Petrov

! modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp
! modules/graphics/src/main/native-glass/win/Robot.cpp
! modules/graphics/src/main/native-glass/win/ViewContainer.cpp

Reply via email to