JDK-8178440 : Build libxml2 and libxslt from source
Type:Bug
Component:javafx
Sub-Component:web
Affected Version:8,9,10
Priority:P3
Status:Resolved
Resolution:Fixed
OS:windows
CPU:generic
Submitted:2017-04-11
Updated:2018-02-15
Resolved:2017-05-24
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
changeset: 4b66f694e70f
user: arajkumar
date: Wed May 24 12:39:11 2017 +0530
summary: 8178440: Build libxml2 and libxslt from source
Reviewed-by: kcr, mbilla
URL: http://hg.openjdk.java.net/openjfx/10-dev/rt/rev/4b66f694e70f
24-05-2017
+1
24-05-2017
The above patch doesn't apply cleanly for me, even when I apply the patch for JDK-8178319 first. I presume this is a problem with webrev and not an issue with the patch itself.
As long as the patch you will actually push matches what we were testing earlier, then this looks good.
+1
Different version of xml2 & xslt is used in different platforms.
xml2 xslt
windows 2.7.2 1.1.28
linux 2.7.0 1.1.7
osx 2.8.0 1.1.7
We should unify all those in near future.
* Only on windows we build our own libxml2 & libxslt libraries.