#177: ABCL 1.0.0 does not always find contrib ------------------------+--------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: 1.0.1 Component: libraries | Version: 1.0 Resolution: fixed | Keywords: abcl-contrib ------------------------+--------------------------------------------------- Changes (by mevenson):
* status: assigned => closed * resolution: => fixed
Comment:
(In [13730]) Fix #177: make logic for finding abcl-contrib more robust.
Issuing a (REQUIRE 'ABCL-CONTRIB) will now use the full name of the jar archive ABCL was loaded from if it is of the form `abcl.jar' or `abcl-x.y.z.jar` or `abcl-x.y.z-some-arbitrary-string.jar' to determine the location of the jar containing the ABCL-CONTRIB packages. The namestrings of the ASDF systems located by this mechanism are now printed to *STANDARD-OUTPUT*.
Installations of the implementations loading from non-standard locations may use the SYS::*ABCL-JAR* and SYS:*ABCL-CONTRIB* specials to override this behavior.