Opened 11 years ago

Closed 11 years ago

#268 closed defect (fixed)

ABCL-ASDF working with maven-3.0.3

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

Description

OS X comes with maven-3.0.3 installed.

OSX Workaround: Use MacPorts? to install maven3.

TODO: add an option upstream (+ffi) to pull in proper runtime dependency.

Change History (2)

comment:1 Changed 11 years ago by Mark Evenson

This used to work, which I tried to preserve by a method dispatch indirection. Need to figure out how to fix any remaining difference between that and the current use of Aether.

Background: maven-3.0.3 ships with a substantially different Aether connector. In the previous version, one *couldn't* successfully "steer" the Aether core code without using private methods. TODO: fallback to that "dirty" strategy via introspection of runtime failure.

comment:2 Changed 11 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

(In [14259]) abcl-asdf: restore the ability to use maven-3.0.3

Warn when interpreting alias for "com.sun.jna:jna".

Closes #268.

Note: See TracTickets for help on using tickets.