Java 11 no longer synthesizes DocumentView$1.class
authorStephan Bergmann <sbergman@redhat.com>
Sat, 20 Oct 2018 12:38:35 +0000 (14:38 +0200)
committerRene Engelhard <rene@debian.org>
Sun, 13 Jan 2019 07:25:12 +0000 (07:25 +0000)
...so, for simplicity, just include whatever generated DocumentView$*.class by
wildcard

Change-Id: I779e2709c8ef2859d68233300302dd62dbe2455f
Reviewed-on: https://gerrit.libreoffice.org/62073
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Gbp-Pq: Name fix-tests-openjdk11.patch

odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile

index 42271086aef0da6721382ae4cbe9bccf96ecfc47..2048ade63d98deb2aa84a47c33a26f587978bb8b 100644 (file)
@@ -66,8 +66,7 @@ APP1_JAVAFILES  = \
 APP1_CLASSFILES = $(patsubst %.java,$(OUT_APP_CLASS)/%.class,$(APP1_JAVAFILES))
 APP1_CLASSNAMES = $(patsubst %.java,%.class,$(APP1_JAVAFILES)) \
                CustomizeView$(QUOTE)$$ClickListener.class \
-               DocumentView$(QUOTE)$$1.class \
-               DocumentView$(QUOTE)$$Reactor.class
+               DocumentView$(QUOTE)$$*.class
 
 
 SDK_CLASSPATH = $(subst $(EMPTYSTRING) $(PATH_SEPARATOR),$(PATH_SEPARATOR),$(CLASSPATH)\