Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Restore use of 'additional.jars' Ant build property to include additional jars at runtime. · f3266fc9
    '-cp' and '-jar' are mutually incompatible options to invoking the
    JVM, although not documented consistently as such.  We restore the
    previous wrapper scripts to restore the usage of the Ant build
    property 'additional.jars' to include additional JAR files at runtime.
    
    Fix Ant uptodate target by excluding org/armedbear/scripting/**/*.lisp
    files from abcl.source.lisp.fasls.  Essentially this patternset has to
    match the files compiled by compile-system.lisp, or you will end up
    invoking the Lisp compilation process each time.
    f3266fc9