#275: ABCL-CONTRIB still provided if abcl-contrib.jar cannot be located ---------------------------+------------------------------------------------ Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: blocker | Milestone: 1.1.0 Component: abcl-contrib | Version: 1.1.0-dev Resolution: fixed | Keywords: ---------------------------+------------------------------------------------
Comment(by mevenson):
(In [14297]) Backport r14296.
Constrain the logic for when CL:REQUIRE pushes symbols to CL:*MODULES*.
A REQUIRE of ABCL-CONTRIB for an instance of the implementation that cannot locate the contrib binary artifact as being in the same directory as the location of the ABCL system jar by SYS:FIND-SYSTEM-JAR now raises an error.
Fixes #275.