#177: ABCL 1.0.0 does not always find contrib --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Keywords: abcl-contrib | --------------------------+------------------------------------------------- Need to generalize the logic to find versioned contrib.
Workaround: copy abcl-contrib-1.0.0.jar to abcl-contrib.jar locally for now.
#177: ABCL 1.0.0 does not always find contrib --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.0.1 Component: libraries | Version: 1.0 Keywords: abcl-contrib | --------------------------+------------------------------------------------- Changes (by mevenson):
* milestone: unscheduled => 1.0.1
#177: ABCL 1.0.0 does not always find contrib --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: major | Milestone: 1.0.1 Component: libraries | Version: 1.0 Keywords: abcl-contrib | --------------------------+------------------------------------------------- Changes (by mevenson):
* status: new => assigned
#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.
armedbear-ticket@common-lisp.net