Hi,
I posted this patch a while back but did not get any response. The patch
adds the missing SwingApplet.html back to the build.
Are there any objections to this patch? Should I produce a webrev for it?
Thanks,
Omair
On 09/13/2010 11:18 AM, Omair Majid wrote:
Hi,
The file SwingApplet.html, required for the SwingApplet demo, is not
built. I filed a bug about it a while ago [1]. The fix (attached)
involves a one-line change.
Any comments?
Thanks,
Omair
[1] http://bugs.openjdk.java.net/show_bug.cgi?id=100044
6663059: SwingApplet demo missing html file in OpenJDK 7
diff -r 1729e34a0287 -r 830208570d1d make/mkdemo/jfc/SwingApplet/Makefile
--- a/make/mkdemo/jfc/SwingApplet/Makefile Fri Apr 10 11:51:36 2009 +0900
+++ b/make/mkdemo/jfc/SwingApplet/Makefile Thu Apr 16 10:24:19 2009 -0400
@@ -33,7 +33,7 @@
include $(BUILDDIR)/common/Defs.gmk
DEMO_ROOT = $(SHARE_SRC)/demo/jfc/$(DEMONAME)
-DEMO_TOPFILES = ./README.txt
+DEMO_TOPFILES = ./README.txt ./SwingApplet.html
DEMO_MAINCLASS = $(DEMONAME)
DEMO_DESTDIR = $(DEMODIR)/jfc/$(DEMONAME)