Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Automagically find contrib via (REQUIRE :ABCL-CONTRIB). · badf8444
    REQUIREing :ABCL-CONTRIB will look for a 'abcl-contrib.jar' in the
    same directory as 'abcl.jar'.  If found, all the ASDF definitions one
    level deep will be added to the ASDF search path, allowing contribs to
    be loaded via REQUIRE or ASDF:LOAD-SYSTEM.
    
    No longer compile contribs as ASDF will do this for us.  Since we
    moved to ASDF2, the contrib FASLs have been compiled but not packaged,
    so this doesn't change any behavior except making packaging shorter.
    When we figure out how to package FASLs with ASDF systems in jar
    files, we will revisit this topic.
    badf8444