Opened 11 years ago

Closed 10 years ago

#257 closed defect (fixed)

ASDF:MVN components always retrieves LATEST artifacts

Reported by: Mark Evenson Owned by: Mark Evenson
Priority: critical Milestone: 1.3.0
Component: abcl-contrib Version: 1.1.0-dev
Keywords: abcl-contrib abcl-asdf maven Cc:
Parent Tickets:

Description (last modified by Mark Evenson)

ABCL-ASDF seems to be ignoring versions declared in the system definition, instead electing to load the LATEST version".

(abcl-asdf:resolve (asdf:find-component (asdf:find-system :jna) "net.java.dev.jna/jna/4.0.0"))

Change History (7)

comment:1 Changed 11 years ago by Mark Evenson

Component: otherabcl-contrib
Owner: changed from somebody to Mark Evenson
Status: newassigned

comment:2 Changed 11 years ago by Mark Evenson

Milestone: 1.1.01.1.1

comment:3 Changed 11 years ago by Mark Evenson

Milestone: 1.1.11.2.0
Priority: majorcritical

comment:4 Changed 11 years ago by Evenson Not Org

Milestone: 1.2.01.3.0

comment:5 Changed 10 years ago by Mark Evenson

Description: modified (diff)
Resolution: fixed
Status: assignedclosed
Summary: ASDF:MVN components always retrieve LATEST artifactsASDF:MVN components always retrieves LATEST artifacts

comment:6 Changed 10 years ago by Mark Evenson

Description: modified (diff)
Resolution: fixed
Status: closedreopened

comment:7 Changed 10 years ago by Mark Evenson

Resolution: fixed
Status: reopenedclosed

r14628 fixes the code sample listed in this ticket.

And one seems to be able to load specific older versions of dependencies via ASDF:RESOLVE, so closing this ticket.

Note: See TracTickets for help on using tickets.