Opened 13 years ago

Closed 12 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 12 years ago by Mark Evenson

Milestone: unscheduled1.0.1

comment:2 Changed 12 years ago by Mark Evenson

Status: newassigned

comment:3 Changed 12 years ago by Mark Evenson

Resolution: fixed
Status: assignedclosed

(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.

Note: See TracTickets for help on using tickets.