#275 closed defect (fixed)
ABCL-CONTRIB still provided if abcl-contrib.jar cannot be located
Reported by: | Mark Evenson | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | blocker | Milestone: | 1.1.0 |
Component: | abcl-contrib | Version: | 1.1.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
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.
Note: See
TracTickets for help on using
tickets.
(In [14296]) 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.