#78: Include ASDF-INSTALL in base ABCL ------------------------+--------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: minor | Milestone: unscheduled Component: libraries | Version: Resolution: fixed | Keywords: ------------------------+--------------------------------------------------- Changes (by mevenson):
* status: accepted => closed * resolution: => fixed
Comment:
Committed as contrib in 0.20.
To use the contrib:
1) build the ABCL contrib via 'ant abcl.contrib'
2) Place the resulting JAR file in the ASDF:*CENTRAL-REGISTRY* via something like the following which is valid for an abcl built from $HOME/work/abcl
{{{
(pushnew (format nil "jar:file:~A/dist/abcl-contrib.jar!/asdf-install/" (merge-pathnames "work/abcl/" (user-homedir-pathname))) asdf:*central-registry*)
}}}
3) Now ASDF-INSTALL can be loaded via
{{{
CL-USER> (require 'asdf-install)
}}}