Can this be pulled into the current abcl? -Alan
On Mon, Aug 24, 2009 at 10:10 AM, Eric Marsdeneric.marsden@free.fr wrote:
"ar" == Alan Ruttenberg alanruttenberg@gmail.com writes:
ar> ar> Last I checked, asdf can already load files from the jar, but ar> apparently only from one folder. I tried to fix this at one point, but ar> didn't understand the details of how it worked well enough.
Indeed, ABCL can only load from the org/armedbear/lisp directory. The following patch to ABCL makes it possible to load from an arbitrary directory of the jar file.
http://article.gmane.org/gmane.lisp.armedbear.devel/62
-- Eric Marsden