Opened 13 years ago
Closed 13 years ago
#177 closed defect (fixed)
ABCL 1.0.0 does not always find contrib
Reported by: | Mark Evenson | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | major | Milestone: | 1.0.1 |
Component: | libraries | Version: | 1.0 |
Keywords: | abcl-contrib | Cc: | |
Parent Tickets: |
Description
Need to generalize the logic to find versioned contrib.
Workaround: copy abcl-contrib-1.0.0.jar to abcl-contrib.jar locally for now.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | unscheduled → 1.0.1 |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(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' todetermine 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.