hg: openjfx/9-dev/rt: 2 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Sat Feb 7 16:14:12 UTC 2015
Changeset: adae30a7fe1e
Author: kcr
Date: 2015-02-07 07:27 -0800
URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/adae30a7fe1e
RT-40006: Webkit build failure caused by RT-40000
Summary: moving JSObject.java from graphics module to web module causes build to fail when -PCOMPILE_WEBKIT=true due to fragile build logic that needs to be made robust; it will be resolved in a follow-on JIRA.
+ modules/graphics/src/main/java/com/sun/webkit/dom/JSObject.java
! modules/web/src/main/java/com/sun/webkit/dom/DOMWindowImpl.java
- modules/web/src/main/java/com/sun/webkit/dom/JSObject.java
! modules/web/src/main/java/com/sun/webkit/dom/NodeImpl.java
Changeset: 47c6b87c5ab9
Author: kcr
Date: 2015-02-07 08:11 -0800
URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/47c6b87c5ab9
Automated merge with http://hg.openjdk.java.net/openjfx/8u-dev/rt
More information about the openjfx-changes
mailing list