#299 closed defect (fixed)
ABCL-ASDF:MVN components not loading
Reported by: | Mark Evenson | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | major | Milestone: | 1.1.1 |
Component: | abcl-contrib | Version: | 1.2.0-dev |
Keywords: | abcl-asdf | Cc: | |
Parent Tickets: |
Description
Somewhere along the line, specifying MVN artifacts with ABCL-ASDF stopped working.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
(In [14373]) Backport r14364 | mevenson | 2013-01-31 11:02:29 +0100 (Thu, 31 Jan 2013) | 9 lines
ASDF systems using the MVN component now load again.
log4j.asd example corrected as well.
FIND-MVN now emits a warning if it cannot actually find a Maven exectuable.
Thanks to Milos Negovanovic for identifying the problem with a patch.
Fixes #299.
comment:4 Changed 12 years ago by
Milestone: | 1.2.0 → 1.1.1 |
---|
Note: See
TracTickets for help on using
tickets.
ASDF 3 has a PREPARE-OP which looks like a better place to hook in ASDF-ABCL:RESOLVE-DEPENDENCIES.