On Mar 23, 2014, at 23:55, Olof-Joachim Frahm olof@macrolet.net wrote:
On 21 March 2014 at 11:37 Mark Evenson evenson@panix.com wrote: The last patch is somewhat incomplete, as FIND-CONTRIB needs to do more than just match on the classpath. abcl-contrib.jar is not usually mentioned on the classpath; we use the location of the system jar to probe the filesystem for abcl-contrib. So, when running for me FIND-CONTRIB-JAR returns null in the first ignore-errors stanza in FIND-CONTRIB, which then falls back to probing the locations returned from the boot classloader.
I think I've hit the wrong reply button. Anyway, attached is an attempt to find the contrib based on the system jar name. This works even if the contrib jar isn't on the classpath.<0001-Find-contrib-based-on-system-jar-name.patch>
Committed as [r14657][]. Thanks for the follow-through!
[r14657]: http://abcl.org/trac/changeset/14657