diff options
author | Andrew John Hughes <[email protected]> | 2010-12-01 23:57:54 +0000 |
---|---|---|
committer | Andrew John Hughes <[email protected]> | 2010-12-01 23:57:54 +0000 |
commit | bbf253ee117643e55adcaec29d6d06d45820bad7 (patch) | |
tree | e4716080a98ce984cd9aec665fc9acad48fb5ab3 /README | |
parent | 3a5bedeee5bb49232b75163fa7d60a0cbb22f89a (diff) |
Detect unpatched AppletViewerPanel so we fail early on plain OpenJDK.
2010-12-01 Andrew John Hughes <[email protected]>
* acinclude.m4:
(IT_CHECK_FOR_APPLETVIEWERPANEL_HOLE):
New check to ensure sun.applet.AppletViewerPanel
is public (via the patch in IcedTea, applet_hole.patch).
* configure.ac: Invoke the above macro. Don't call
IT_CHECK_FOR_CLASS for the same class (the above macro
handles this too).
* README: Mention this limitation.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -77,12 +77,17 @@ The following locations are checked for a JDK: * /usr/lib/jvm/java-gcj * /usr/lib/jvm/gcj-jdk * /usr/lib/jvm/cacao -in the order given above. Some currently fail. +in the order given above. -Most targets in IcedTea create stamp files in the stamps directory to -determine what and when dependencies were compiled. Each target has a -corresponding clean-x target which removes the output and the stamp -file, allowing it to be rebuilt. +At present, some of these options fail due to sun.* classes required +by IcedTea-Web. Upstream OpenJDK will only be able to compile +IcedTea-Web if the patch applet_hole.patch from IcedTea has been +applied. + +Most targets in IcedTea-Web create stamp files in the stamps directory +to determine what and when dependencies were compiled. Each target +has a corresponding clean-x target which removes the output and the +stamp file, allowing it to be rebuilt. Build Modification Options ========================== |