We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8decb commit b2acd88Copy full SHA for b2acd88
closed/make/modules/ibm.healthcenter/Copy.gmk
@@ -47,6 +47,10 @@ TRANSPORT_PROPERTY_SED_SCRIPT := -e 's|$(TRANSPORT_PROPERTY_REGEX)\s*=.*|$(TRANS
47
48
HEALTHCENTER_COPY := $(JDK_OUTPUTDIR)/modules/$(MODULE)/_the.$(MODULE)_copy_marker
49
50
+# The order in which the jars are extracted needs to remain intact,
51
+# as both jars contain copies of some of the same classes,
52
+# to avoid a HealthCenterNotSupportedException.
53
+
54
HEALTHCENTER_JARS := \
55
$(HEALTHCENTER_HOME)/monitoring-api.jar \
56
$(HEALTHCENTER_HOME)/healthcenter.jar \
0 commit comments