Skip to content

Commit b2acd88

Browse files
committed
Add comment to explain the ordering of HC jars extraction
Signed-off-by: Ravali Yatham <[email protected]>
1 parent dc8decb commit b2acd88

File tree

1 file changed

+4
-0
lines changed
  • closed/make/modules/ibm.healthcenter

1 file changed

+4
-0
lines changed

closed/make/modules/ibm.healthcenter/Copy.gmk

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ TRANSPORT_PROPERTY_SED_SCRIPT := -e 's|$(TRANSPORT_PROPERTY_REGEX)\s*=.*|$(TRANS
4747

4848
HEALTHCENTER_COPY := $(JDK_OUTPUTDIR)/modules/$(MODULE)/_the.$(MODULE)_copy_marker
4949

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+
5054
HEALTHCENTER_JARS := \
5155
$(HEALTHCENTER_HOME)/monitoring-api.jar \
5256
$(HEALTHCENTER_HOME)/healthcenter.jar \

0 commit comments

Comments
 (0)